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

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

Parameters

value
Type: SystemNullableDecimal
The value to convert.

Return Value

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