Method | Description | |
---|---|---|
CompareTo ( object obj ) : int |
Compares an Postcode to the supplied object.
|
|
Equals ( object obj ) : bool |
Checkes whether this instance is equal to the supplied object.
|
|
GetHashCode ( ) : int |
Returns the hash code for this instance.
|
|
New ( ) : |
Creates and returns a new empty Postcode object.
|
|
New ( string value ) : |
Creates and returns a new empty Postcode object using the specified value.
|
|
Postcode ( string newvalue ) : System |
Initializes a new instance of the Postcode with the supplied value. If the postal code could not be validated, a FormatException exception is thrown. |
|
ToString ( ) : string |
Returns the fully qualified type name of this instance.
|
|
TryParse ( string s, IFormatProvider provider, |
||
TryParse ( string s, |
Tries to parse the supplied string into the supplied Postcode object.
|
|
operator ( ) : bool |
Returns the inequality of the two supplied Postcodes.
|
public CompareTo ( object obj ) : int | ||
obj | object | The object to compare to. |
return | int |
public Equals ( object obj ) : bool | ||
obj | object | The object to compare against. |
return | bool |
public static New ( string value ) : |
||
value | string | The supplied value. |
return |
public Postcode ( string newvalue ) : System | ||
newvalue | string | The supplied value to use. |
return | System |
public static TryParse ( string s, IFormatProvider provider, |
||
s | string | |
provider | IFormatProvider | |
result | ||
return | bool |
public static TryParse ( string s, |
||
s | string | The string to parse. |
result | The |
|
return | bool |