Click or drag to resize
JsonNumberLongValue Property
Gets the long value.

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

Property Value

Type: Int64
Exceptions
ExceptionCondition
OverflowExceptionWhen accessing value which is out of Long bounds.
See Also