Returns the value of the element having the specified name as
a byte array.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract byte[] GetElementAsBytes( Name name )
Public MustOverride Function GetElementAsBytes ( name As Name ) As Byte()
public: virtual array<unsigned char>^ GetElementAsBytes( Name^ name ) abstract
Parameters
- name (Name)
- An element name.
Return Value
Remarks
Same as calling AsElement.
GetElementAsBytes(name)
Exceptions
Exception | Condition |
---|---|
NotFoundException |
This message does not contain an element having the specified name.
|
InvalidConversionException |
The value is not convertible to a byte array.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.9.6.1