Explicit Operator

Json.NET

Json.NET - Quick Starts & API Documentation Explicit Operator
NamespacesNewtonsoft.Json.LinqJTokenExplicitNarrowingExplicitExplicitExplicit(JToken to Boolean)
Performs an explicit conversion from JToken to Boolean.
Declaration Syntax
C# Visual Basic Visual C++
public static explicit operator bool (
	JToken value
)
Public Shared Narrowing Operator CType ( _
	value As JToken _
) As Boolean
static explicit operator bool (
	JToken^ value
)
Parameters
value (JToken)
The value.
Return Value
The result of the conversion.

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.0.2.0 (4.0.2.13623)