(Boolean to JsonValue) | Performs an implicit conversion from bool to JsonValue. |
(Double to JsonValue) | Performs an implicit conversion from double to JsonValue. |
(Int32 to JsonValue) | Performs an implicit conversion from int to JsonValue. |
(Int64 to JsonValue) |
Performs an implicit conversion from long to JsonValue.
This operator exists only to produce a warning because otherwise the implicit conversion from double would also match Int64 values.
Obsolete. |
(JsonArray to JsonValue) | Performs an implicit conversion from JsonArray to JsonValue. |
(JsonObject to JsonValue) | Performs an implicit conversion from JsonObject to JsonValue. |
(NullableBoolean to JsonValue) | Performs an implicit conversion from nullable bool to JsonValue. |
(NullableDouble to JsonValue) | Performs an implicit conversion from nullable double to JsonValue. |
(NullableInt32 to JsonValue) | Performs an implicit conversion from nullable int to JsonValue. |
(NullableInt64 to JsonValue) |
Performs an implicit conversion from nullable long to JsonValue.
This operator exists only to produce a warning because otherwise the implicit conversion from double would also match Int64 values.
Obsolete. |
(NullableUInt32 to JsonValue) | Performs an implicit conversion from nullable uint to JsonValue. |
(NullableUInt64 to JsonValue) |
Performs an implicit conversion from nullable ulong to JsonValue.
This operator exists only to produce a warning because otherwise the implicit conversion from double would also match UInt64 values.
Obsolete. |
(String to JsonValue) | Performs an implicit conversion from string to JsonValue. |
(UInt32 to JsonValue) | Performs an implicit conversion from uint to JsonValue. |
(UInt64 to JsonValue) |
Performs an implicit conversion from ulong to JsonValue.
This operator exists only to produce a warning because otherwise the implicit conversion from double would also match UInt64 values.
Obsolete. |