ElementGetElementAsChar Method (String) |
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(
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
The name of the required sub-element.
Return Value
Type:
CharThe value of the named sub-element as a char.
Exceptions Remarks See Also