Click or drag to resize
JsonBool  Conversion (NullableBoolean to JsonBool)
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 JsonBool (
	Nullable<bool> value
)

Parameters

value
Type: SystemNullableBoolean
The value to convert.

Return Value

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