JsonDynamic Operators and Type Conversions |
The JsonDynamic type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Test whether values of its operands are equal.
|
![]() ![]() | (JsonDynamic to JsonValue) |
Performs an explicit conversion from JsonDynamic to JsonValue.
|
![]() ![]() | (JsonValue to JsonDynamic) |
Performs an explicit conversion from JsonValue to JsonDynamic.
|
![]() ![]() | (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.
|
![]() ![]() | Inequality |
Test whether values of its operands are inequal.
|