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

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

Parameters

value
Type: Dextronet.JsonieJsonBool
The value to convert.

Return Value

Type: NullableBoolean
The Boolean casted from the specified value.
See Also