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

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

Parameters

value
Type: SystemNullableInt32
The value to convert.

Return Value

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