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