Property | Type | Description | |
---|---|---|---|
Value | string |
Method | Description | |
---|---|---|
Clone ( ) : IBaseObject |
The clone.
|
|
Equals ( |
The equals.
|
|
Equals ( object other ) : bool |
The equals.
|
|
GetHashCode ( ) : int |
The get hash code.
|
|
ToString ( ) : string |
The to string.
|
|
ValueString ( char value ) : System |
Initializes a new instance of the ValueString class.
|
|
ValueString ( string value ) : System |
Initializes a new instance of the ValueString class.
|
public Equals ( |
||
other | /// The other. /// | |
return | bool |
public Equals ( object other ) : bool | ||
other | object | /// The other element. /// |
return | bool |
public ValueString ( char value ) : System | ||
value | char |
/// The |
return | System |
public ValueString ( string value ) : System | ||
value | string | /// The value. /// |
return | System |