Bloomberg API for .NET
GetElementAsChar Method (name)
NamespacesBloomberglp.BlpapiElementGetElementAsChar(Name)
Returns the value of the named sub-element as a char.
Declaration Syntax
C#Visual BasicVisual C++
public abstract char GetElementAsChar(
	Name name
)
Public MustOverride Function GetElementAsChar ( 
	name As Name
) As Char
public:
virtual wchar_t GetElementAsChar(
	Name^ name
) abstract
Parameters
name (Name)
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.7.4.1