ElementGetValueAsBytes Method (Int32) |
Returns the value of this element at the specified index as a byte array.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.8.1
Syntax public abstract byte[] GetValueAsBytes(
int index
)
Public MustOverride Function GetValueAsBytes (
index As Integer
) As Byte()
public:
virtual array<unsigned char>^ GetValueAsBytes(
int index
) abstract
abstract GetValueAsBytes :
index : int -> byte[]
Parameters
- index
- Type: SystemInt32
The index of the element whose value is requested.
Return Value
Type:
ByteThe value of the element at the specified index as a byte array.
Exceptions Remarks
If the datatype of the element at the specified index is not byte array,
this method attempts to convert it to a byte array.
See Also