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