Returns the value of the named sub-element as a char.
| 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
- name (Name)
- The name of the required sub-element.
Char
The value of the named sub-element as a char.
The value of the named sub-element as a char.
Same as calling GetElement(name).
GetValueAsChar().
| 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.7.4.1