Returns the value of the element having the specified name as
a char value.
| C# | Visual Basic | Visual C++ |
public abstract char GetElementAsChar( string name )
Public MustOverride Function GetElementAsChar ( name As String ) As Char
public: virtual wchar_t GetElementAsChar( String^ name ) abstract
- name (String)
- 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.
GetElementAsBool(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