Returns the value of the element having the specified name as
a byte array.
| 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
- name (Name)
- An element name.
Same as calling AsElement.
GetElementAsBytes(name)
| 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