Hello!
I'm writing a small app with different inputs from a file (like countrycode, vat number etc) and I have to validate that the vat numbers are in the correct format.
I've tried this one: http://www.codeproject.com/KB/cs/VATchecker.aspx - and it works.. but, and yes, there's always a but :-), I have to check anywhere from 100 - 500 vat numbers and it's just too slow for that. Besides, I'm not sure they appreciate me hammering their site like that.
Does anyone know of an offline vat-validater I can build into my C# program?
Thanks in advance! Thomas