Returns the value of the element having the specified name as
a char value.
| 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)
- An element name.
Char
The value of the element having specified name as a char value.
The value of the element having specified name as a char value.
Same as calling AsElement.
GetElementAsChar(name)
| Exception | Condition |
|---|---|
| NotFoundException |
This message does not contain an element having the specified name.
|
| InvalidConversionException |
The value is not convertible to
a char value.
|
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.9.6.1