Click or drag to resize

JTokenExplicit Conversion (JToken to Nullable<Boolean>)

[Missing <summary> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.op_Explicit(Stimulsoft.Base.Json.Linq.JToken)~System.Nullable{System.Boolean}"]

Namespace:  Stimulsoft.Base.Json.Linq
Assembly:  Stimulsoft.Base (in Stimulsoft.Base.dll) Version: 2019.3.1.0
Syntax
public static explicit operator Nullable<bool> (
	JToken value
)

Parameters

value
Type: Stimulsoft.Base.Json.Linq.JToken

[Missing <param name="value"/> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.op_Explicit(Stimulsoft.Base.Json.Linq.JToken)~System.Nullable{System.Boolean}"]

Return Value

Type: Nullable<Boolean>

[Missing <returns> documentation for "M:Stimulsoft.Base.Json.Linq.JToken.op_Explicit(Stimulsoft.Base.Json.Linq.JToken)~System.Nullable{System.Boolean}"]

See Also