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