| ElementGetElementAsChar Method (Name) |
Returns the value of the named sub-element as a char.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.22.0.1
Syntaxpublic abstract char GetElementAsChar(
Name name
)
Public MustOverride Function GetElementAsChar (
name As Name
) As Char
public:
virtual wchar_t GetElementAsChar(
Name^ name
) abstract
abstract GetElementAsChar :
name : Name -> char
Parameters
- name
- Type: Bloomberglp.BlpapiName
The name of the required sub-element.
Return Value
Type:
CharThe value of the named sub-element as a char.
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.
|
Remarks
See Also