Class JSONNumber
Class JSONNumber. Implements the JSONNode
Inherited Members
Namespace: SimpleJSON
Assembly: solution.dll
Syntax
public class JSONNumber : JSONNode
Constructors
Name | Description |
---|---|
JSONNumber(double) | Initializes a new instance of the JSONNumber class. |
JSONNumber(string) | Initializes a new instance of the JSONNumber class. |
Properties
Name | Description |
---|---|
AsDouble | Gets or sets as double. |
IsNumber | Gets a value indicating whether this instance is number. |
Tag | Gets the tag. |
Value | Gets or sets the value. |
Methods
Name | Description |
---|---|
Equals(object) | Determines whether the specified object is equal to this instance. |
GetEnumerator() | Gets the enumerator. |
GetHashCode() | Returns a hash code for this instance. |
SerializeBinary(BinaryWriter) | Serializes the binary. |