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

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

Parameters

value
Type: SystemNullableDecimal
The value to convert.

Return Value

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