Click or drag to resize
ElementGetValueAsBytes Method
Returns the value of this element as a byte array.

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

Return Value

Type: Byte
The value of this element as a byte array.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionNumValues == 0.
InvalidConversionException The value of this element cannot be converted to a byte array.
Remarks
Same as calling GetValueAsBytes(0).
See Also