Jsonie Documentation
Jsonie Documentation
API Reference
Dextronet.Jsonie
JsonNumber Class
JsonNumber Properties
DoubleValue Property
IntegerValue Property
LongValue Property
SingleValue Property
Value Property
JsonNumber
LongValue Property
Gets the long value.
Namespace:
Dextronet.Jsonie
Assembly:
Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
C#
VB
Copy
public
long
LongValue
{
get
; }
Public
ReadOnly
Property
LongValue
As
Long
Get
Property Value
Type:
Int64
Exceptions
Exception
Condition
OverflowException
When accessing value which is out of Long bounds.
See Also
Reference
JsonNumber Class
Dextronet.Jsonie Namespace
Jsonie Home