ABA Number Validator for .Net
Here at InetSolution we do a lot of work with banking applications and due to this we run into the need to validate ABA numbers for proper length, format and checksum. ABA numbers are bank routing and transit numbers that are assigned to banks and credit unions in the United States. These are 9 digit values with a built-in checksum value that results from an internal algorithm to ensure that a given 9 digit string is in fact a real ABA number.
We have a small and very simple component written in C# to help programmers using .NET to perform the ABA validation without worrying about the internal algorithm involved, just feed it a string and it will perform its magic to let you know if the string is a validly formatted ABA number or not, and if it isn’t, how it is wrong so you can let your users know.
This is a static method, it doesn’t require the instantiation of any objects and is about as simple to use as you can wish for. To use, simply make a reference to InetSolution.Banking namespace and the static function ‘ValidateABANumber’ will be available for you to use.
You can see example code and buy the component for $10.00 at our blog.
To discuss specific implementations or obtain pricing information, contact us.

