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( string name )
Public MustOverride Function GetElementAsBytes ( name As String ) As Byte()
public: virtual array<unsigned char>^ GetElementAsBytes( String^ name ) abstract
Parameters
- name (String)
- 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.7.4.1