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 memberImplicit(Decimal to JsonNumber)
Performs an implicit conversion from Decimal to JsonNumber.
Public operatorStatic memberImplicit(Double to JsonNumber)
Performs an implicit conversion from Double to JsonNumber.
Public operatorStatic memberImplicit(Int32 to JsonNumber)
Performs an implicit conversion from Int32 to JsonNumber.
Public operatorStatic memberImplicit(Int64 to JsonNumber)
Performs an implicit conversion from Int64 to JsonNumber.
Public operatorStatic memberImplicit(Nullable<Decimal> to JsonNumber)
Performs an implicit conversion from nullable Decimal to JsonNumber.
Public operatorStatic memberImplicit(Nullable<Double> to JsonNumber)
Performs an implicit conversion from nullable Double to JsonNumber.
Public operatorStatic memberImplicit(Nullable<Int32> to JsonNumber)
Performs an implicit conversion from nullable Int32 to JsonNumber.
Public operatorStatic memberImplicit(Nullable<Int64> to JsonNumber)
Performs an implicit conversion from nullable Int64 to JsonNumber.
Public operatorStatic memberImplicit(Nullable<Single> to JsonNumber)
Performs an implicit conversion from nullable Single to JsonNumber.
Public operatorStatic memberImplicit(Single to JsonNumber)
Performs an implicit conversion from Single to JsonNumber.
Public operatorStatic memberImplicit(JsonNumber to Nullable<Decimal>)
Performs an implicit conversion from JsonNumber to Decimal.
Public operatorStatic memberInequality
Test whether values of its operands are inequal.
Top
See Also