Multipetros.Validation
1.0
Validation for greek VIES VAT IDs, greek social IDs and Luhn formula based numbers
|
This class provide static methods for validation checking of Luhn formula numbers. More...
Static Public Member Functions | |
static bool | IsValid (string id) |
The greek social id, uses the Luhn formula. The last digit is the validation digit using the Luhn check digit algorithm. | |
This class provide static methods for validation checking of Luhn formula numbers.
|
static |
The greek social id, uses the Luhn formula.
The last digit is the validation digit using the Luhn check digit algorithm.
sidNum | The social id number in string |