JsonString Operators and Type Conversions |
The JsonString type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Test whether values of its operands are equal or both null.
|
![]() ![]() | Implicit(String to JsonString) |
Performs an implicit conversion from String to JsonString.
|
![]() ![]() | Implicit(JsonString to String) |
Performs an implicit conversion from JsonString to String.
|
![]() ![]() | Inequality |
Test whether values of its operands are inequal.
|