MessageGetElementAsBytes Method (String) |
Returns the value of the element having the specified name as
a byte array.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.17.0.1
Syntax public abstract byte[] GetElementAsBytes(
string name
)
Public MustOverride Function GetElementAsBytes (
name As String
) As Byte()
public:
virtual array<unsigned char>^ GetElementAsBytes(
String^ name
) abstract
abstract GetElementAsBytes :
name : string -> byte[]
Parameters
- name
- Type: SystemString
An element name.
Return Value
Type:
ByteThe value of the element having specified name as a byte array.
Exceptions Remarks See Also