Bloomberg API for .NET
GetElementAsChar Method (name)
NamespacesBloomberglp.BlpapiElementGetElementAsChar(String)
Returns the value of the named sub-element as a char.
Declaration Syntax
C#Visual BasicVisual C++
public abstract char GetElementAsChar(
	string name
)
Public MustOverride Function GetElementAsChar ( 
	name As String
) As Char
public:
virtual wchar_t GetElementAsChar(
	String^ name
) abstract
Parameters
name (String)
The name of the required sub-element.
Return Value
Char
The value of the named sub-element as a char.
Remarks
Exceptions
ExceptionCondition
NotFoundException The named sub-element does not exist.
InvalidConversionException The value of the named sub-element cannot be converted to a char.
NotSupportedException Called on non-complex type.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.8.10.1