Click or drag to resize
ElementGetValueAsInt32 Method
Returns the value of this element as an int.

Namespace:  Bloomberglp.Blpapi
Assembly:  Bloomberglp.Blpapi (in Bloomberglp.Blpapi.dll) Version: 3.13.2.1
Syntax
public abstract int GetValueAsInt32()

Return Value

Type: Int32
The value of this element as an int.
Exceptions
ExceptionCondition
IndexOutOfRangeExceptionNumValues == 0.
InvalidConversionException The value of this element cannot be converted to an int.
Remarks
Same as calling GetValueAsInt32(0).
See Also