Метод | Описание | |
---|---|---|
AccountNumber ( string newvalue ) : System |
Initializes a new instance of AccountNumber with the supplied value. If the supplied value could not be validated, an exception is thrown. |
|
GetHashCode ( ) : int |
Returns the hash code for this instance.
|
|
New ( ) : |
Creates a new empty AccountNumber object.
|
|
New ( string value ) : |
Creates a new AccountNumber object using the specified value.
|
|
ToString ( ) : string |
Returns the fully qualified type name of this instance.
|
|
TryParse ( string s, |
Tries to parse the supplied string into the supplied AccountNumber object.
|
|
TryParse ( string s, IFormatProvider provider, |
||
operator ( ) : bool |
Returns the inequality of two AccountNumber objects.
|
Метод | Описание | |
---|---|---|
CompareTo ( object obj ) : int | ||
ElfProef ( string rekeningNr ) : bool |
Indicates whether the supplied value is a valid AccountNumber or not.
|
|
Equals ( object obj ) : bool | ||
IsValidAccountNumber ( string newvalue ) : bool |
Checks whether the supplied value is a valid AccountNumber or not.
|
public AccountNumber ( string newvalue ) : System | ||
newvalue | string | The bank account number to use. |
Результат | System |
public static New ( string value ) : |
||
value | string | The supplied value. |
Результат |
public static TryParse ( string s, |
||
s | string | The string to parse. |
result | The |
|
Результат | bool |
public static TryParse ( string s, IFormatProvider provider, |
||
s | string | |
provider | IFormatProvider | |
result | ||
Результат | bool |