Click or drag to resize
JsonValue Type Conversions
Operators
  NameDescription
Public operatorStatic memberImplicit(Boolean to JsonValue)
Performs an implicit conversion from Boolean to JsonBool.
Public operatorStatic memberImplicit(Decimal to JsonValue)
Performs an implicit conversion from Decimal to JsonNumber.
Public operatorStatic memberImplicit(Double to JsonValue)
Performs an implicit conversion from Double to JsonNumber.
Public operatorStatic memberImplicit(Int32 to JsonValue)
Performs an implicit conversion from Int32 to JsonNumber.
Public operatorStatic memberImplicit(Int64 to JsonValue)
Performs an implicit conversion from Int64 to JsonNumber.
Public operatorStatic memberImplicit(Nullable<Boolean> to JsonValue)
Performs an implicit conversion from nullable Boolean to JsonBool.
Public operatorStatic memberImplicit(Nullable<Decimal> to JsonValue)
Performs an implicit conversion from nullable Decimal to JsonNumber.
Public operatorStatic memberImplicit(Nullable<Double> to JsonValue)
Performs an implicit conversion from nullable Double to JsonNumber.
Public operatorStatic memberImplicit(Nullable<Int32> to JsonValue)
Performs an implicit conversion from nullable Int32 to JsonNumber.
Public operatorStatic memberImplicit(Nullable<Int64> to JsonValue)
Performs an implicit conversion from nullable Int64 to JsonNumber.
Public operatorStatic memberImplicit(Nullable<Single> to JsonValue)
Performs an implicit conversion from nullable Single to JsonNumber.
Public operatorStatic memberImplicit(Single to JsonValue)
Performs an implicit conversion from Single to JsonNumber.
Public operatorStatic memberImplicit(String to JsonValue)
Performs an implicit conversion from String to JsonString.
Top
See Also