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