| ElementGetValueAsBytes Method |
Returns the value of this element as a byte array.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntaxpublic 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