| JsonValue Type Conversions |
| Name | Description | |
|---|---|---|
| (Boolean to JsonValue) | ||
| (Decimal to JsonValue) |
Performs an implicit conversion from Decimal to JsonNumber.
| |
| (Double to JsonValue) |
Performs an implicit conversion from Double to JsonNumber.
| |
| (Int32 to JsonValue) |
Performs an implicit conversion from Int32 to JsonNumber.
| |
| (Int64 to JsonValue) |
Performs an implicit conversion from Int64 to JsonNumber.
| |
| (NullableBoolean to JsonValue) | ||
| (NullableDecimal to JsonValue) |
Performs an implicit conversion from nullable Decimal to JsonNumber.
| |
| (NullableDouble to JsonValue) |
Performs an implicit conversion from nullable Double to JsonNumber.
| |
| (NullableInt32 to JsonValue) |
Performs an implicit conversion from nullable Int32 to JsonNumber.
| |
| (NullableInt64 to JsonValue) |
Performs an implicit conversion from nullable Int64 to JsonNumber.
| |
| (NullableSingle to JsonValue) |
Performs an implicit conversion from nullable Single to JsonNumber.
| |
| (Single to JsonValue) |
Performs an implicit conversion from Single to JsonNumber.
| |
| (String to JsonValue) |
Performs an implicit conversion from String to JsonString.
|