JsonValue Conversion (NullableDecimal to JsonValue) |
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntaxpublic static implicit operator JsonValue (
Nullable<decimal> value
)
Public Shared Widening Operator CType (
value As Nullable(Of Decimal)
) As JsonValue
Parameters
- value
- Type: SystemNullableDecimal
The value to convert.
Return Value
Type:
JsonValueThe
JsonNumber casted from the specified value.
See Also