Returns the value of this element as a char.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract char GetValueAsChar()
Public MustOverride Function GetValueAsChar As Char
public: virtual wchar_t GetValueAsChar() abstract
Return Value
Char
The value of this element as a char.
The value of this element as a char.
Remarks
Same as calling GetValueAsChar(0).
Exceptions
Exception | Condition |
---|---|
IndexOutOfRangeException | NumValues == 0.
|
InvalidConversionException |
The value of this element cannot be converted to a char.
|
See Also
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1