MessageGetElementAsString Method (Name) |
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.20.3.1
Syntax public abstract string GetElementAsString(
Name name
)
Public MustOverride Function GetElementAsString (
name As Name
) As String
public:
virtual String^ GetElementAsString(
Name^ name
) abstract
abstract GetElementAsString :
name : Name -> string
Parameters
- name
- Type: Bloomberglp.BlpapiName
An element name.
Return Value
Type:
StringThe value of the element having specified name as a string
value.
Exceptions Remarks See Also