Returns the value of the element having the specified name as
a char value.
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)
- An element name.
Return Value
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.
Remarks
Same as calling AsElement.
GetElementAsChar(name)
Exceptions
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