Click or drag to resize
ConstantGetValueAsInt64 Method
Gets the value of this Constant as an Int64 if it can be converted.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract long GetValueAsInt64()

Return Value

Type: Int64
Exceptions
ExceptionCondition
InvalidConversionException The value of this Constant cannot be converted to an Int64.
See Also