Bloomberg API for .NET
GetElementAsString Method (name)
NamespacesBloomberglp.BlpapiElementGetElementAsString(Name)
Returns the value of the named sub-element as a string.
Declaration Syntax
C#Visual BasicVisual C++
public abstract string GetElementAsString(
	Name name
)
Public MustOverride Function GetElementAsString ( 
	name As Name
) As String
public:
virtual String^ GetElementAsString(
	Name^ name
) abstract
Parameters
name (Name)
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.9.6.1