ElementGetValueAsBool Method |
Returns the value of this element as a boolean.
Namespace:
Bloomberglp.Blpapi
Assembly:
Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.20.3.1
Syntax public abstract bool GetValueAsBool()
Public MustOverride Function GetValueAsBool As Boolean
public:
virtual bool GetValueAsBool() abstract
abstract GetValueAsBool : unit -> bool
Return Value
Type:
BooleanThe value of this element as a boolean.
Exceptions Remarks See Also