MessageGetElementAsString Method (String) |
Returns the value of the element having the specified name as
a string value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.18.1.1
Syntax public abstract string GetElementAsString(
string name
)
Public MustOverride Function GetElementAsString (
name As String
) As String
public:
virtual String^ GetElementAsString(
String^ name
) abstract
abstract GetElementAsString :
name : string -> string
Parameters
- name
- Type: SystemString
An element name.
Return Value
Type:
StringThe value of the element having specified name as a string
value.
Exceptions Remarks See Also