Click or drag to resize
ElementGetElementAsBytes Method (String)

Note: This API is now obsolete.

Returns the value of the named sub-element as a byte array. Deprecated, use GetElementAsBytes(Name) instead.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.19.2.1
Syntax
[ObsoleteAttribute("Deprecated, use GetElementAsBytes(Name) instead.")]
public abstract byte[] GetElementAsBytes(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Byte
The value of the named sub-element as a byte[].
Exceptions
ExceptionCondition
NotFoundException The named sub-element does not exist.
InvalidConversionException The value of the named sub-element cannot be converted to a byte array.
NotSupportedException Called on non-complex type.
See Also