ElementGetValueAsChar Method |
Returns the value of this element as a char.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.23.1.1
Syntax public abstract char GetValueAsChar()
Public MustOverride Function GetValueAsChar As Char
public:
virtual wchar_t GetValueAsChar() abstract
abstract GetValueAsChar : unit -> char
Return Value
Type:
CharThe value of this element as a char.
Exceptions Remarks See Also