Skip to content

readefries/net-iban-validator

Repository files navigation

IBAN Validator in .net core

Based on my validator in Swift.

Usage

var iban = "GB82WEST12345698765432";

var result = Validator.IsValidIban(iban);

Do note, the validator expects the IBAN string to no longer contain spaces as documented by the standard for IBANs.

About

net-iban-validator

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages