Click or drag to resize
ElementGetElementAsChar Method (Name)
Returns the value of the named sub-element as a char.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract char GetElementAsChar(
	Name name
)

Parameters

name
Type: Bloomberglp.BlpapiName
The name of the required sub-element.

Return Value

Type: Char
The value of the named sub-element as a char.
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.
Remarks
See Also