Returns the value of the named sub-element as a char.
Declaration Syntax
C# | Visual Basic | Visual 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.
The value of the named sub-element as a char.
Remarks
Same as calling GetElement(name).
GetValueAsChar().
Exceptions
Exception | Condition |
---|---|
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.8.10.1