JsonNumber Conversion (NullableInt64 to JsonNumber) |
Namespace: Dextronet.JsonieAssembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax public static implicit operator JsonNumber (
Nullable<long> value
)
Public Shared Widening Operator CType (
value As Nullable(Of Long)
) As JsonNumber
Parameters
- value
- Type: SystemNullableInt64
The value to convert.
Return Value
Type:
JsonNumberThe
JsonNumber casted from the specified value.
See Also