JsonValue Conversion (NullableUInt32 to JsonValue)
Namespace: KGySoft.JsonAssembly: KGySoft.Json (in KGySoft.Json.dll) Version: 3.0.0
public static implicit operator JsonValue (
uint? value
)
Public Shared Widening Operator CType (
value As UInteger?
) As JsonValue
static implicit operator JsonValue (
Nullable<unsigned int> value
)
F# does not support the declaration of new casting operators.
- value NullableUInt32
- The value to be converted to a JsonValue.
JsonValue
A
JsonValue instance that represents the original value.