[This is preliminary documentation and is subject to change.]

Performs an explicit conversion from JToken to Nullable<(Of <(T>)>).

Namespace:  Facebook.Json.Linq
Assembly:  Facebook (in Facebook.dll) Version: 0.2009.3.23 (0.2009.3.23)

Syntax

C#
public static explicit operator Nullable<ulong> (
	JToken value
)
Visual Basic (Declaration)
Public Shared Narrowing Operator CType ( _
	value As JToken _
) As Nullable(Of ULong)
Visual C++
static explicit operator Nullable<unsigned long long> (
	JToken^ value
)

Parameters

value
Type: Facebook.Json.Linq..::.JToken
The value.

Return Value

The result of the conversion.

See Also

JToken Class
Explicit Overload
Facebook.Json.Linq Namespace