Bloomberg API for .NET
GetElementAsBytes Method (name)
NamespacesBloomberglp.BlpapiMessageGetElementAsBytes(String)
Returns the value of the element having the specified name as a byte array.
Declaration Syntax
C#Visual BasicVisual 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
array<Byte>[]()[][]
The value of the element having specified name as a byte array.
Remarks
Exceptions
ExceptionCondition
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