Property AsInt32
AsInt32
Gets the value of this instance as 32-bit signed integer.
Declaration
public virtual int AsInt32 { get; }
Property Value
| Type | Description |
|---|---|
| Int32 | int value of this instance. |
Remarks
Valid only if this instance is IntegerValue.
Exceptions
| Type | Condition |
|---|---|
| InvalidCastException | If this instance is not IntegerValue. |