JsonNumber Class |
Namespace: Dextronet.Jsonie
The JsonNumber type exposes the following members.
Name | Description | |
---|---|---|
![]() | JsonNumber(Decimal) |
Creates new JSON number of specified value.
|
![]() | JsonNumber(Double) |
Creates new JSON number of specified value.
|
![]() | JsonNumber(Int32) |
Creates new JSON number of specified value.
|
![]() | JsonNumber(Int64) |
Creates new JSON number of specified value.
|
![]() | JsonNumber(Single) |
Creates new JSON number of specified value.
|
Name | Description | |
---|---|---|
![]() | DoubleValue |
Gets the double value.
|
![]() | IntegerValue |
Gets the integer value.
|
![]() | LongValue |
Gets the long value.
|
![]() | SingleValue |
Gets the single value.
|
![]() | Value |
Gets the decimal value.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) |
Determines whether current object is equal to another object.
(Overrides Object.Equals(Object).) |
![]() | Equals(JsonDynamic) |
Determines whether current object is equal to another object.
|
![]() | Equals(JsonNumber) |
Determines whether current object is equal to another object.
|
![]() | GetHashCode |
Serves as a hash function for a particular type.
(Overrides Object.GetHashCode().) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
Test whether values of its operands are equal or both null.
|
![]() ![]() | Implicit(Decimal to JsonNumber) |
Performs an implicit conversion from Decimal to JsonNumber.
|
![]() ![]() | Implicit(Double to JsonNumber) |
Performs an implicit conversion from Double to JsonNumber.
|
![]() ![]() | Implicit(Int32 to JsonNumber) |
Performs an implicit conversion from Int32 to JsonNumber.
|
![]() ![]() | Implicit(Int64 to JsonNumber) |
Performs an implicit conversion from Int64 to JsonNumber.
|
![]() ![]() | Implicit(Nullable<Decimal> to JsonNumber) |
Performs an implicit conversion from nullable Decimal to JsonNumber.
|
![]() ![]() | Implicit(Nullable<Double> to JsonNumber) |
Performs an implicit conversion from nullable Double to JsonNumber.
|
![]() ![]() | Implicit(Nullable<Int32> to JsonNumber) |
Performs an implicit conversion from nullable Int32 to JsonNumber.
|
![]() ![]() | Implicit(Nullable<Int64> to JsonNumber) |
Performs an implicit conversion from nullable Int64 to JsonNumber.
|
![]() ![]() | Implicit(Nullable<Single> to JsonNumber) |
Performs an implicit conversion from nullable Single to JsonNumber.
|
![]() ![]() | Implicit(Single to JsonNumber) |
Performs an implicit conversion from Single to JsonNumber.
|
![]() ![]() | Implicit(JsonNumber to Nullable<Decimal>) |
Performs an implicit conversion from JsonNumber to Decimal.
|
![]() ![]() | Inequality |
Test whether values of its operands are inequal.
|
Name | Description | |
---|---|---|
![]() | AsArray |
Casts (CType) value to JsonObject.
(Defined by JsonValueExtensions.) |
![]() | AsBoolean |
Casts (CType) value to JsonBool.
(Defined by JsonValueExtensions.) |
![]() | AsNumber |
Casts (CType) value to JsonNumber.
(Defined by JsonValueExtensions.) |
![]() | AsObject |
Casts (CType) value to JsonObject.
(Defined by JsonValueExtensions.) |
![]() | AsString |
Casts (CType) value to JsonString.
(Defined by JsonValueExtensions.) |
![]() | ToDynamic |
Wraps given json value to dynamic type.
(Defined by JsonValueExtensions.) |