| ElementGetValueAsString Method |
Returns the value of this element as a string.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.26.3.64-experimental+d7d4d9bba07b94fd0a19ff78810b8add95447f66
Syntaxpublic abstract string GetValueAsString()
Public MustOverride Function GetValueAsString As String
public:
virtual String^ GetValueAsString() abstract
abstract GetValueAsString : unit -> string
Return Value
Type:
String
Exceptions
Remarks
Same as calling GetValueAsString(0).
See Also