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

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

Parameters

value
Type: Dextronet.JsonieJsonNumber
The value to convert.

Return Value

Type: NullableDecimal
The Decimal casted from the specified value.
See Also