Click or drag to resize
JsonValue  Conversion Operators
Overload List
  NameDescription
Public operatorStatic member(Boolean to JsonValue)
Performs an implicit conversion from Boolean to JsonBool.
Public operatorStatic member(Decimal to JsonValue)
Performs an implicit conversion from Decimal to JsonNumber.
Public operatorStatic member(Double to JsonValue)
Performs an implicit conversion from Double to JsonNumber.
Public operatorStatic member(Int32 to JsonValue)
Performs an implicit conversion from Int32 to JsonNumber.
Public operatorStatic member(Int64 to JsonValue)
Performs an implicit conversion from Int64 to JsonNumber.
Public operatorStatic member(NullableBoolean to JsonValue)
Performs an implicit conversion from nullable Boolean to JsonBool.
Public operatorStatic member(NullableDecimal to JsonValue)
Performs an implicit conversion from nullable Decimal to JsonNumber.
Public operatorStatic member(NullableDouble to JsonValue)
Performs an implicit conversion from nullable Double to JsonNumber.
Public operatorStatic member(NullableInt32 to JsonValue)
Performs an implicit conversion from nullable Int32 to JsonNumber.
Public operatorStatic member(NullableInt64 to JsonValue)
Performs an implicit conversion from nullable Int64 to JsonNumber.
Public operatorStatic member(NullableSingle to JsonValue)
Performs an implicit conversion from nullable Single to JsonNumber.
Public operatorStatic member(Single to JsonValue)
Performs an implicit conversion from Single to JsonNumber.
Public operatorStatic member(String to JsonValue)
Performs an implicit conversion from String to JsonString.
Top
See Also