Click or drag to resize
JsonNumberIntegerValue Property
Gets the integer value.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public int IntegerValue { get; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
OverflowExceptionWhen accessing value which is out of Integer bounds.
See Also