Method | Description | |
---|---|---|
Generate ( int length = 10 ) : string | ||
Luhn ( int length = 10 ) : System | ||
Luhn ( string value ) : System | ||
Validate ( string value ) : bool |
public static Generate ( int length = 10 ) : string | ||
length | int | |
return | string |
public static Validate ( string value ) : bool | ||
value | string | |
return | bool |