JsonValue Implicit Conversion Operators

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Include Protected Members
Include Inherited Members

Include Silverlight Members
Include Silverlight for Windows Phone Members
Include XNA Framework Members

Methods that enable implicit casts between various types.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

Overload List

  Name Description
Public operatorStatic member Implicit(Boolean to JsonValue) Enables implicit casts from type Boolean to a JsonPrimitive.
Public operatorStatic member Implicit(Byte to JsonValue) Enables implicit casts from type Byte to a JsonPrimitive.
Public operatorStatic member Implicit(Char to JsonValue) Enables implicit casts from type Char to a JsonPrimitive.
Public operatorStatic member Implicit(DateTime to JsonValue) Enables implicit casts from type DateTime to a JsonPrimitive.
Public operatorStatic member Implicit(DateTimeOffset to JsonValue) Enables implicit casts from type DateTimeOffset to a JsonObject.
Public operatorStatic member Implicit(Decimal to JsonValue) Enables implicit casts from type Decimal to a JsonPrimitive.
Public operatorStatic member Implicit(Double to JsonValue) Enables implicit casts from type Double to a JsonPrimitive.
Public operatorStatic member Implicit(Guid to JsonValue) Enables implicit casts from type Guid to a JsonPrimitive.
Public operatorStatic member Implicit(Int16 to JsonValue) Enables implicit casts from type Int16 to a JsonPrimitive.
Public operatorStatic member Implicit(Int32 to JsonValue) Enables implicit casts from type Int32 to a JsonPrimitive.
Public operatorStatic member Implicit(Int64 to JsonValue) Enables implicit casts from type Int64 to a JsonPrimitive.
Public operatorStatic member Implicit(JsonValue to DateTime) Enables implicit casts from an instance of type JsonValue to a Datetime object.
Public operatorStatic member Implicit(JsonValue to TimeSpan) Enables implicit casts from an instance of type JsonValue to a TimeSpan object.
Public operatorStatic member Implicit(JsonValue to Boolean) Enables implicit casts from an instance of type JsonValue to a Boolean object.
Public operatorStatic member Implicit(JsonValue to Char) Enables implicit casts from an instance of type JsonValue to a Char object.
Public operatorStatic member Implicit(JsonValue to Int64) Enables implicit casts from an instance of type JsonValue to a Int64 object.
Public operatorStatic member Implicit(JsonValue to Decimal) Enables implicit casts from an instance of type JsonValue to a Decimal object.
Public operatorStatic member Implicit(JsonValue to Int32) Enables implicit casts from an instance of type JsonValue to a Int32 object.
Public operatorStatic member Implicit(JsonValue to UInt64) Enables implicit casts from an instance of type JsonValue to a UInt64 object.
Public operatorStatic member Implicit(JsonValue to String) Enables implicit casts from an instance of type JsonValue to a String object.
Public operatorStatic member Implicit(JsonValue to DateTimeOffset) Enables implicit casts from an instance of type JsonValue to a DateTimeOffset object.
Public operatorStatic member Implicit(JsonValue to Single) Enables implicit casts from an instance of type JsonValue to a Single object.
Public operatorStatic member Implicit(JsonValue to Double) Enables implicit casts from an instance of type JsonValue to a Double object.
Public operatorStatic member Implicit(JsonValue to SByte) Enables implicit casts from an instance of type JsonValue to a SByte object.
Public operatorStatic member Implicit(JsonValue to Byte) Enables implicit casts from an instance of type JsonValue to a Byte object.
Public operatorStatic member Implicit(JsonValue to Uri) Enables implicit casts from an instance of type JsonValue to a Uri object.
Public operatorStatic member Implicit(JsonValue to UInt16) Enables implicit casts from an instance of type JsonValue to a UInt16 object.
Public operatorStatic member Implicit(JsonValue to UInt32) Enables implicit casts from an instance of type JsonValue to a UInt32 object.
Public operatorStatic member Implicit(JsonValue to Int16) Enables implicit casts from an instance of type JsonValue to a Int16 object.
Public operatorStatic member Implicit(JsonValue to Guid) Enables implicit casts from an instance of type JsonValue to a Guid object.
Public operatorStatic member Implicit(SByte to JsonValue) Enables implicit casts from type SByte to a JsonPrimitive.
Public operatorStatic member Implicit(Single to JsonValue) Enables implicit casts from type Single to a JsonPrimitive.
Public operatorStatic member Implicit(String to JsonValue) Enables implicit casts from type String to a JsonPrimitive.
Public operatorStatic member Implicit(TimeSpan to JsonValue) Enables implicit casts from type Timespan to a JsonPrimitive.
Public operatorStatic member Implicit(UInt16 to JsonValue) Enables implicit casts from type UInt16 to a JsonPrimitive.
Public operatorStatic member Implicit(UInt32 to JsonValue) Enables implicit casts from type UInt32 to a JsonPrimitive.
Public operatorStatic member Implicit(UInt64 to JsonValue) Enables implicit casts from type UInt64 to a JsonPrimitive.
Public operatorStatic member Implicit(Uri to JsonValue) Enables implicit casts from type Uri to a JsonPrimitive.

Top