| ElementGetElementAsChar Method (String) |
Note: This API is now obsolete.
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 Charpublic:
[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
The name of the required sub-element.
Return Value
Type:
CharThe value of the named sub-element as a char.
Exceptions| Exception | Condition |
|---|
| NotFoundException |
The named sub-element does not exist.
|
| InvalidConversionException |
The value of the named sub-element cannot be converted to a char.
|
| NotSupportedException |
Called on non-complex type.
|
Remarks
See Also