LuhnCalculator is a simple tool to check if a given number is valid or not using Luhn Algorithm.
Remember to add System.Numerics assembly reference to your project by
- Select
Projectmenu Add Reference- Search for
System.Numericsin the search box - check the check box beside the name
- Click
OK
The source code is released under the Affero GPL License.