antonyoung / Validators

Engine as validator, formatter of European Postal Codes and or International Bank Accounts Numbers ( IBAN, ) It's fast, it's simple and it works ( based on regular expressions and C#, NET Standard 2.1 ) Easy extendable, deployed as separate nuget-packages.
GNU General Public License v3.0
2 stars 1 forks source link

Feature: IBAN generator any virtual bank for selected counrty #41

Open antonyoung opened 3 years ago

antonyoung commented 3 years ago

Description: New functionality, IBAN generator for any country with any b{n} as virtual bankcode.

As example, it should be possible to create a bankcode as YANT a none existing bankcode as a valid IBAN for the selected country.

Solution: Create a class as IbanGenerator, which generates a valid IBAN with a virtual or existing bankcode for selected country.

Additional: