Skip to content

Library to generate check digits for artificial IBANs and check validity of IBAN codes.

License

Notifications You must be signed in to change notification settings

adrenaline96/IBAN-Manager-Library

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IBAN-Manager-Library

Library to generate check digits for artificial IBANs and check validity of IBAN codes.

Dependencies:

  1. System.Numerics
  2. System.Collections.Concurrent
  3. .NET Framework 4.6.1
  4. .NET Standard 2

Installation:

  1. From the nupkg file in this repo
  2. From NuGet Gallery (https://www.nuget.org/packages/IBANManager/)
  3. From the NuGet Package Manager in VS by browsing the NuGet Gallery directly
  4. From the .dll file in this repo, needs to be added as a reference

The IBAN table will be loaded from table.ini which needs to be placed next to the app executable, also needs to be distributed with the final app. table.ini can be found here: https://github.com/adrenaline96/IBAN-Manager-Library/blob/master/table.ini

Usage examples: https://pastebin.com/ymtuRTfH

Releases

No releases published

Packages

No packages published

Languages