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.15.0.1
Syntax public 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 Remarks See Also