Bloomberg API for .NET
GetElementAsString Method (name)
NamespacesBloomberglp.BlpapiElementGetElementAsString(String)
Returns the value of the named sub-element as a string.
Declaration Syntax
C#Visual BasicVisual C++
public abstract string GetElementAsString(
	string name
)
Public MustOverride Function GetElementAsString ( 
	name As String
) As String
public:
virtual String^ GetElementAsString(
	String^ name
) abstract
Parameters
name (String)
The name of the required sub-element.
Return Value
String
The value of the named sub-element as a string.
Remarks
Exceptions
ExceptionCondition
NotFoundException The named sub-element does not exist.
InvalidConversionException The value of the named sub-element cannot be converted to a string.
NotSupportedException Called on non-complex type.

Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1