Метод | Описание | |
---|---|---|
Validate ( string s ) : bool | ||
ValidatorCreditCard ( ) : System | ||
ValidatorCreditCard ( string s ) : System | ||
checkLuhn ( int digits ) : bool | ||
strToIntArr ( string intString ) : int[] |
public ValidatorCreditCard ( string s ) : System | ||
s | string | |
Результат | System |
public static checkLuhn ( int digits ) : bool | ||
digits | int | |
Результат | bool |
public strToIntArr ( string intString ) : int[] | ||
intString | string | |
Результат | int[] |