Explicit Operator

Json.NET

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

Assembly: Newtonsoft.Json (Module: Newtonsoft.Json) Version: 4.5.0.0 (4.5.6.14930)