ElementGetElementAsBytes Method (Name) |
Returns the value of the named sub-element as a byte array.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.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
Return Value
Type:
ByteThe value of the named sub-element as a byte[].
Exceptions See Also