MessageGetElementAsBool Method (String) |
Returns the value of the element having the specified name as
a boolean value.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.16.0.1
Syntax public abstract bool GetElementAsBool(
string name
)
Public MustOverride Function GetElementAsBool (
name As String
) As Boolean
public:
virtual bool GetElementAsBool(
String^ name
) abstract
abstract GetElementAsBool :
name : string -> bool
Parameters
- name
- Type: SystemString
An element name.
Return Value
Type:
BooleanThe value of the element having specified name as a boolean
value.
Exceptions Remarks See Also