Explicit Operator

Json.NET

Json.NET - Quick Starts & API Documentation Explicit Operator
NamespacesNewtonsoft.Json.LinqJTokenExplicitNarrowingExplicitExplicitExplicit(JToken to Nullable<(Of <<'(UInt64>)>>))
Performs an explicit conversion from JToken to Nullable<(Of <(<'T>)>)>.
Declaration Syntax
C# Visual Basic Visual C++
public static explicit operator Nullable<ulong> (
	JToken value
)
Public Shared Narrowing Operator CType ( _
	value As JToken _
) As Nullable(Of ULong)
static explicit operator Nullable<unsigned long long> (
	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)