Click or drag to resize
ElementGetValueAsChar Method
Returns the value of this element as a char.

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

Return Value

Type: Char
The value of this element as a char.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionNumValues == 0.
InvalidConversionException The value of this element cannot be converted to a char.
Remarks
Same as calling GetValueAsChar(0).
See Also