Click or drag to resize
ElementGetElementAsBytes Method (Name)
Returns the value of the named sub-element as a byte array.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract byte[] GetElementAsBytes(
	Name name
)

Parameters

name
Type: Bloomberglp.BlpapiName

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