MessageGetElementAsChar Method (String) |
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.18.1.1
Syntax public abstract char GetElementAsChar(
string name
)
Public MustOverride Function GetElementAsChar (
name As String
) As Char
public:
virtual wchar_t GetElementAsChar(
String^ name
) abstract
abstract GetElementAsChar :
name : string -> char
Parameters
- name
- Type: SystemString
An element name.
Return Value
Type:
CharThe value of the element having specified name as a char
value.
Exceptions Remarks See Also