Property | Type | Description | |
---|---|---|---|
Empty |
Method | Description | |
---|---|---|
CompareTo ( IJsonString other ) : int |
Returns a value indicating equality with the specified NetServ.Net.Json.IJsonString.
|
|
CompareTo ( |
Returns a value indicating equality with the specified instance.
|
|
CompareTo ( string other ) : int |
Returns a value indicating equality with the specified System.String.
|
|
Encode ( string s ) : string |
Encodes the specified System.String.
|
|
Equals ( IJsonString other ) : bool |
Returns a indicating whether this instance is equal to the specified NetServ.Net.Json.IJsonString.
|
|
Equals ( |
Returns a indicating whether this instance is equal to the specified JsonString.
|
|
Equals ( |
Determines if the two NetServ.Net.Json.JsonStrings are equal.
|
|
Equals ( object obj ) : bool |
Returns a indicating whether this instance is equal to the specified System.Object.
|
|
Equals ( string other ) : bool |
Returns a indicating whether this instance is equal to the specified System.String.
|
|
GetHashCode ( ) : int |
Returns a hash code for this JsonString.
|
|
JsonString ( string value ) : System |
Initialises a new instance of the JsonString class and specifies the value.
|
|
ToString ( ) : string |
Returns a System.String representation of this JsonString instance.
|
|
Write ( IJsonWriter writer ) : void |
Writes the contents of this Json type using the specified NetServ.Net.Json.IJsonWriter.
|
|
operator ( ) : bool |
Inequality operator.
|
Method | Description | |
---|---|---|
ShouldEncode ( string s ) : bool |
public CompareTo ( IJsonString other ) : int | ||
other | IJsonString | The |
return | int |
public CompareTo ( |
||
other | The JsonNumber to compare. | |
return | int |
public CompareTo ( string other ) : int | ||
other | string | The String to compare. |
return | int |
public static Encode ( string s ) : string | ||
s | string | The string to encode. |
return | string |
public Equals ( IJsonString other ) : bool | ||
other | IJsonString | The value to compare. |
return | bool |
public Equals ( |
||
other | The value to compare. | |
return | bool |
public static Equals ( |
||
a | The first JsonString. | |
b | The second JsonString. | |
return | bool |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare. |
return | bool |
public Equals ( string other ) : bool | ||
other | string | The value to compare. |
return | bool |
public JsonString ( string value ) : System | ||
value | string | The value of the instance. |
return | System |
public Write ( IJsonWriter writer ) : void | ||
writer | IJsonWriter | The Json writer. |
return | void |