Click or drag to resize
JsonValue  Conversion (NullableInt32 to JsonValue)
Performs an implicit conversion from nullable Int32 to JsonNumber.

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

Parameters

value
Type: SystemNullableInt32
The value to convert.

Return Value

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