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
Project
menu Add Reference
- Search for
System.Numerics
in the search box - check the check box beside the name
- Click
OK
The source code is released under the Affero GPL License
.