MessageGetElementAsChar Method (Name) |
Returns the value of the element having the specified name as
a char value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.20.3.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
An element name.
Return Value
Type:
CharThe value of the element having specified name as a char
value.
Exceptions Remarks See Also