Method | Description | |
---|---|---|
CompareTo ( object obj ) : int |
Compares the current Html to the supplied object.
|
|
Equals ( object obj ) : bool |
Compares this instance to another object.
|
|
GetHashCode ( ) : int |
Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
|
|
Html ( string newvalue ) : System |
Initializes a new instance of the Email class. If the e-mail address could not be validated, a FormatException exception is thrown. |
|
New ( ) : |
Creates a new empty Html object.
|
|
New ( string value ) : |
Creates a new empty Html object using the specified initial html string.
|
|
ToString ( ) : string |
Returns a string that represents the current Email.
|
|
ToString ( string format, IFormatProvider formatProvider ) : string | ||
TryParse ( string s, |
Tries to parse the supplied string into the supplied Html object.
|
|
TryParse ( string s, IFormatProvider provider, |
||
operator ( ) : bool |
Returns the inequality of two Html objects.
|
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 Html ( string newvalue ) : System | ||
newvalue | string | The e-mail address to use. |
return | System |
public static New ( string value ) : |
||
value | string | The initial html string. |
return |
public ToString ( string format, IFormatProvider formatProvider ) : string | ||
format | string | |
formatProvider | IFormatProvider | |
return | string |
public static TryParse ( string s, |
||
s | string | The string to parse. |
result | The |
|
return | bool |
public static TryParse ( string s, IFormatProvider provider, |
||
s | string | |
provider | IFormatProvider | |
result | ||
return | bool |