Click or drag to resize
JsonData  Conversion (Boolean to JsonData)

[Missing <summary> documentation for "M:X3Platform.Json.JsonData.op_Implicit(System.Boolean)~X3Platform.Json.JsonData"]

Namespace: X3Platform.Json
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static implicit operator JsonData (
	bool data
)

Parameters

data
Type: SystemBoolean

[Missing <param name="data"/> documentation for "M:X3Platform.Json.JsonData.op_Implicit(System.Boolean)~X3Platform.Json.JsonData"]

Return Value

Type: JsonData

[Missing <returns> documentation for "M:X3Platform.Json.JsonData.op_Implicit(System.Boolean)~X3Platform.Json.JsonData"]

See Also