Returns the value of this element at the specified index as a byte array.
| C# | Visual Basic | Visual C++ |
public abstract byte[] GetValueAsBytes( int index )
Public MustOverride Function GetValueAsBytes ( index As Integer ) As Byte()
public: virtual array<unsigned char>^ GetValueAsBytes( int index ) abstract
- index (Int32)
- The index of the element whose value is requested.
If the datatype of the element at the specified index is not byte array,
this method attempts to convert it to a byte array.
| Exception | Condition |
|---|---|
| IndexOutOfRangeException |
index >= NumValues.
|
| InvalidConversionException |
The value of the element at the
specified index cannot be converted to a byte array.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1