Click or drag to resize
JsonNumber  Conversion (NullableInt64 to JsonNumber)
Performs an implicit conversion from nullable Int64 to JsonNumber.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public static implicit operator JsonNumber (
	Nullable<long> value
)

Parameters

value
Type: SystemNullableInt64
The value to convert.

Return Value

Type: JsonNumber
The JsonNumber casted from the specified value.
See Also