Click or drag to resize
Json.NET

JToken  Conversion Operators

 
Overload List
  NameDescription
Public operatorStatic member(JToken to Boolean)
Performs an explicit conversion from JToken to Boolean.
Public operatorStatic member(JToken to DateTimeOffset)
Performs an explicit conversion from JToken to DateTimeOffset.
Public operatorStatic member(JToken to NullableBoolean)
Public operatorStatic member(JToken to Int64)
Public operatorStatic member(JToken to NullableDateTime)
Public operatorStatic member(JToken to NullableDateTimeOffset)
Public operatorStatic member(JToken to NullableDecimal)
Public operatorStatic member(JToken to NullableDouble)
Public operatorStatic member(JToken to NullableChar)
Public operatorStatic member(JToken to Int32)
Performs an explicit conversion from JToken to Int32.
Public operatorStatic member(JToken to Int16)
Performs an explicit conversion from JToken to Int16.
Public operatorStatic member(JToken to UInt16)
Performs an explicit conversion from JToken to UInt16.
Public operatorStatic member(JToken to Char)
Performs an explicit conversion from JToken to Char.
Public operatorStatic member(JToken to Byte)
Performs an explicit conversion from JToken to Byte.
Public operatorStatic member(JToken to SByte)
Performs an explicit conversion from JToken to SByte.
Public operatorStatic member(JToken to NullableInt32)
Public operatorStatic member(JToken to NullableInt16)
Public operatorStatic member(JToken to NullableUInt16)
Public operatorStatic member(JToken to NullableByte)
Public operatorStatic member(JToken to NullableSByte)
Public operatorStatic member(JToken to DateTime)
Public operatorStatic member(JToken to NullableInt64)
Public operatorStatic member(JToken to NullableSingle)
Public operatorStatic member(JToken to Decimal)
Performs an explicit conversion from JToken to Decimal.
Public operatorStatic member(JToken to NullableUInt32)
Public operatorStatic member(JToken to NullableUInt64)
Public operatorStatic member(JToken to Double)
Performs an explicit conversion from JToken to Double.
Public operatorStatic member(JToken to Single)
Performs an explicit conversion from JToken to Single.
Public operatorStatic member(JToken to String)
Performs an explicit conversion from JToken to String.
Public operatorStatic member(JToken to UInt32)
Performs an explicit conversion from JToken to UInt32.
Public operatorStatic member(JToken to UInt64)
Performs an explicit conversion from JToken to UInt64.
Public operatorStatic member(JToken to Byte)
Performs an explicit conversion from JToken to Byte[].
Public operatorStatic member(JToken to Guid)
Performs an explicit conversion from JToken to Guid.
Public operatorStatic member(JToken to NullableGuid)
Public operatorStatic member(JToken to TimeSpan)
Performs an explicit conversion from JToken to TimeSpan.
Public operatorStatic member(JToken to NullableTimeSpan)
Public operatorStatic member(JToken to Uri)
Performs an explicit conversion from JToken to Uri.
Top
See Also