Click or drag to resize
JsonString Operators and Type Conversions

The JsonString type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Test whether values of its operands are equal or both null.
Public operatorStatic memberImplicit(String to JsonString)
Performs an implicit conversion from String to JsonString.
Public operatorStatic memberImplicit(JsonString to String)
Performs an implicit conversion from JsonString to String.
Public operatorStatic memberInequality
Test whether values of its operands are inequal.
Top
See Also