MessageGetElementAsBytes Method (Name) |
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.24.9.1
Syntax public abstract byte[] GetElementAsBytes(
Name name
)
Public MustOverride Function GetElementAsBytes (
name As Name
) As Byte()
public:
virtual array<unsigned char>^ GetElementAsBytes(
Name^ name
) abstract
abstract GetElementAsBytes :
name : Name -> byte[]
Parameters
- name
- Type: Bloomberglp.BlpapiName
An element name.
Return Value
Type:
ByteThe value of the element having specified name as a byte array.
Exceptions Remarks See Also