MessageGetElementAsChar Method (String) |
Note: This API is now obsolete.
Returns the value of the element having the specified name as
a char value.
Deprecated, use
GetElementAsChar(Name) instead.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.20.3.1
Syntax [ObsoleteAttribute("Deprecated, use GetElementAsChar(Name) instead.")]
public abstract char GetElementAsChar(
string name
)
<ObsoleteAttribute("Deprecated, use GetElementAsChar(Name) instead.")>
Public MustOverride Function GetElementAsChar (
name As String
) As Char
public:
[ObsoleteAttribute(L"Deprecated, use GetElementAsChar(Name) instead.")]
virtual wchar_t GetElementAsChar(
String^ name
) abstract
[<ObsoleteAttribute("Deprecated, use GetElementAsChar(Name) instead.")>]
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