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 | |
---|---|---|
Implicit(Boolean to JsonValue) | Enables implicit casts from type Boolean to a JsonPrimitive. | |
Implicit(Byte to JsonValue) | Enables implicit casts from type Byte to a JsonPrimitive. | |
Implicit(Char to JsonValue) | Enables implicit casts from type Char to a JsonPrimitive. | |
Implicit(DateTime to JsonValue) | Enables implicit casts from type DateTime to a JsonPrimitive. | |
Implicit(DateTimeOffset to JsonValue) | Enables implicit casts from type DateTimeOffset to a JsonObject. | |
Implicit(Decimal to JsonValue) | Enables implicit casts from type Decimal to a JsonPrimitive. | |
Implicit(Double to JsonValue) | Enables implicit casts from type Double to a JsonPrimitive. | |
Implicit(Guid to JsonValue) | Enables implicit casts from type Guid to a JsonPrimitive. | |
Implicit(Int16 to JsonValue) | Enables implicit casts from type Int16 to a JsonPrimitive. | |
Implicit(Int32 to JsonValue) | Enables implicit casts from type Int32 to a JsonPrimitive. | |
Implicit(Int64 to JsonValue) | Enables implicit casts from type Int64 to a JsonPrimitive. | |
Implicit(JsonValue to DateTime) | Enables implicit casts from an instance of type JsonValue to a Datetime object. | |
Implicit(JsonValue to TimeSpan) | Enables implicit casts from an instance of type JsonValue to a TimeSpan object. | |
Implicit(JsonValue to Boolean) | Enables implicit casts from an instance of type JsonValue to a Boolean object. | |
Implicit(JsonValue to Char) | Enables implicit casts from an instance of type JsonValue to a Char object. | |
Implicit(JsonValue to Int64) | Enables implicit casts from an instance of type JsonValue to a Int64 object. | |
Implicit(JsonValue to Decimal) | Enables implicit casts from an instance of type JsonValue to a Decimal object. | |
Implicit(JsonValue to Int32) | Enables implicit casts from an instance of type JsonValue to a Int32 object. | |
Implicit(JsonValue to UInt64) | Enables implicit casts from an instance of type JsonValue to a UInt64 object. | |
Implicit(JsonValue to String) | Enables implicit casts from an instance of type JsonValue to a String object. | |
Implicit(JsonValue to DateTimeOffset) | Enables implicit casts from an instance of type JsonValue to a DateTimeOffset object. | |
Implicit(JsonValue to Single) | Enables implicit casts from an instance of type JsonValue to a Single object. | |
Implicit(JsonValue to Double) | Enables implicit casts from an instance of type JsonValue to a Double object. | |
Implicit(JsonValue to SByte) | Enables implicit casts from an instance of type JsonValue to a SByte object. | |
Implicit(JsonValue to Byte) | Enables implicit casts from an instance of type JsonValue to a Byte object. | |
Implicit(JsonValue to Uri) | Enables implicit casts from an instance of type JsonValue to a Uri object. | |
Implicit(JsonValue to UInt16) | Enables implicit casts from an instance of type JsonValue to a UInt16 object. | |
Implicit(JsonValue to UInt32) | Enables implicit casts from an instance of type JsonValue to a UInt32 object. | |
Implicit(JsonValue to Int16) | Enables implicit casts from an instance of type JsonValue to a Int16 object. | |
Implicit(JsonValue to Guid) | Enables implicit casts from an instance of type JsonValue to a Guid object. | |
Implicit(SByte to JsonValue) | Enables implicit casts from type SByte to a JsonPrimitive. | |
Implicit(Single to JsonValue) | Enables implicit casts from type Single to a JsonPrimitive. | |
Implicit(String to JsonValue) | Enables implicit casts from type String to a JsonPrimitive. | |
Implicit(TimeSpan to JsonValue) | Enables implicit casts from type Timespan to a JsonPrimitive. | |
Implicit(UInt16 to JsonValue) | Enables implicit casts from type UInt16 to a JsonPrimitive. | |
Implicit(UInt32 to JsonValue) | Enables implicit casts from type UInt32 to a JsonPrimitive. | |
Implicit(UInt64 to JsonValue) | Enables implicit casts from type UInt64 to a JsonPrimitive. | |
Implicit(Uri to JsonValue) | Enables implicit casts from type Uri to a JsonPrimitive. |
Top