Returns the value of this element as an int.
Declaration Syntax
C# | Visual Basic | Visual C++ |
public abstract int GetValueAsInt32()
Public MustOverride Function GetValueAsInt32 As Integer
public: virtual int GetValueAsInt32() abstract
Return Value
Int32
The value of this element as an int.
The value of this element as an int.
Remarks
Same as calling GetValueAsInt32(0).
Exceptions
Exception | Condition |
---|---|
IndexOutOfRangeException | NumValues == 0.
|
InvalidConversionException |
The value of this element cannot be converted to an int.
|
See Also
Assembly: Bloomberglp.Blpapi (Module: Bloomberglp.Blpapi.dll) Version: 3.7.4.1