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