Click or drag to resize
JsonNumber Operators and Type Conversions

The JsonNumber type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberEquality
Test whether values of its operands are equal or both null.
Public operatorStatic member(Decimal to JsonNumber)
Performs an implicit conversion from Decimal to JsonNumber.
Public operatorStatic member(Double to JsonNumber)
Performs an implicit conversion from Double to JsonNumber.
Public operatorStatic member(Int32 to JsonNumber)
Performs an implicit conversion from Int32 to JsonNumber.
Public operatorStatic member(Int64 to JsonNumber)
Performs an implicit conversion from Int64 to JsonNumber.
Public operatorStatic member(NullableDecimal to JsonNumber)
Performs an implicit conversion from nullable Decimal to JsonNumber.
Public operatorStatic member(NullableDouble to JsonNumber)
Performs an implicit conversion from nullable Double to JsonNumber.
Public operatorStatic member(NullableInt32 to JsonNumber)
Performs an implicit conversion from nullable Int32 to JsonNumber.
Public operatorStatic member(NullableInt64 to JsonNumber)
Performs an implicit conversion from nullable Int64 to JsonNumber.
Public operatorStatic member(NullableSingle to JsonNumber)
Performs an implicit conversion from nullable Single to JsonNumber.
Public operatorStatic member(Single to JsonNumber)
Performs an implicit conversion from Single to JsonNumber.
Public operatorStatic member(JsonNumber to NullableDecimal)
Performs an implicit conversion from JsonNumber to Decimal.
Public operatorStatic memberInequality
Test whether values of its operands are inequal.
Top
See Also