ElementGetValueAsBytes Method |
Returns the value of this element as a byte array.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.24.7.1
Syntax public abstract byte[] GetValueAsBytes()
Public MustOverride Function GetValueAsBytes As Byte()
public:
virtual array<unsigned char>^ GetValueAsBytes() abstract
abstract GetValueAsBytes : unit -> byte[]
Return Value
Type:
ByteThe value of this element as a byte array.
Exceptions Remarks
Same as calling GetValueAsBytes(0).
See Also