JsonNumber Constructor (Int64) |
Creates new JSON number of specified value.
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public JsonNumber(
long value
)
Public Sub New (
value As Long
)
Parameters
- value
- Type: SystemInt64
The value of the number.
See Also