JsonNumber Methods |
The JsonNumber type exposes the following members.
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 | |
---|---|---|
![]() | 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.) |