JsonNumberIntegerValue Property |
Gets the integer value.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public int IntegerValue { get; }
Public ReadOnly Property IntegerValue As Integer
Get
Property Value
Type:
Int32Exceptions Exception | Condition |
---|
OverflowException | When accessing value which is out of Integer bounds. |
See Also