Click or drag to resize
JsonValue  Conversion (NullableBoolean to JsonValue)
Performs an implicit conversion from nullable Boolean to JsonBool.

Namespace: Dextronet.Jsonie
Assembly: Dextronet.Jsonie (in Dextronet.Jsonie.dll) Version: 1.0.0.0
Syntax
public static implicit operator JsonValue (
	Nullable<bool> value
)

Parameters

value
Type: SystemNullableBoolean
The value to convert.

Return Value

Type: JsonValue
The JsonBool casted from the specified value.
See Also