JsonDynamic Conversion Operators |
Name | Description | |
---|---|---|
(Boolean to JsonDynamic) |
Performs an implicit conversion from Boolean to JsonDynamic.
| |
(Decimal to JsonDynamic) |
Performs an implicit conversion from Decimal to JsonDynamic.
| |
(Double to JsonDynamic) |
Performs an implicit conversion from Double to JsonDynamic.
| |
(Int32 to JsonDynamic) |
Performs an implicit conversion from Int32 to JsonDynamic.
| |
(Int64 to JsonDynamic) |
Performs an implicit conversion from Int64 to JsonDynamic.
| |
(NullableBoolean to JsonDynamic) |
Performs an implicit conversion from nullable Boolean to JsonDynamic.
| |
(NullableDecimal to JsonDynamic) |
Performs an implicit conversion from nullable Decimal to JsonDynamic.
| |
(NullableDouble to JsonDynamic) |
Performs an implicit conversion from nullable Double to JsonDynamic.
| |
(NullableInt32 to JsonDynamic) |
Performs an implicit conversion from Int32 to JsonDynamic.
| |
(NullableInt64 to JsonDynamic) |
Performs an implicit conversion from nullable Int64 to JsonDynamic.
| |
(NullableSingle to JsonDynamic) |
Performs an implicit conversion from nullable Single to JsonDynamic.
| |
(Single to JsonDynamic) |
Performs an implicit conversion from Single to JsonDynamic.
| |
(String to JsonDynamic) |
Performs an implicit conversion from String to JsonDynamic.
|