The class method check if a VIES VAT number is valid
More...
|
static bool | IsValid (int viesVatId) |
| Static method for VIES VAT ID validation checking
|
|
static bool | IsValid (string viesVatId) |
| Static method for string VIES VAT ID validation checking
|
|
The class method check if a VIES VAT number is valid
static bool Multipetros.Validation.ViesGr.IsValid |
( |
int |
viesVatId | ) |
|
|
static |
Static method for VIES VAT ID validation checking
- Parameters
-
viesVatId | The VIES VAT ID to check |
- Returns
- true if the VIES VAT ID is valid, false if it's invalid
static bool Multipetros.Validation.ViesGr.IsValid |
( |
string |
viesVatId | ) |
|
|
static |
Static method for string VIES VAT ID validation checking
- Parameters
-
viesVatId | The VIES VAT ID to check |
- Returns
- true if the VIES VAT ID is valid, false if it's invalid