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