Click or drag to resize
ElementGetValueAsString Method
Returns the value of this element as a string.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract string GetValueAsString()

Return Value

Type: String
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionNumValues == 0.
InvalidConversionException The value of this element cannot be converted to a string.
Remarks
Same as calling GetValueAsString(0).
See Also