ElementGetValueAsChar Method (Int32) |
Returns the value of this element at the specified index as a char.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.15.0.1
Syntax public abstract char GetValueAsChar(
int index
)
Public MustOverride Function GetValueAsChar (
index As Integer
) As Char
public:
virtual wchar_t GetValueAsChar(
int index
) abstract
abstract GetValueAsChar :
index : int -> char
Parameters
- index
- Type: SystemInt32
The index of the element whose value is requested.
Return Value
Type:
CharThe value of the element at the specified index as a char.
Exceptions Remarks
If the datatype of the element at the specified index is not char,
this method attempts to convert it to a char.
See Also