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

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

Parameters

value
Type: SystemBoolean
The value to convert.

Return Value

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