IbanNet icon indicating copy to clipboard operation
IbanNet copied to clipboard

C# .NET IBAN validator, parser, builder and generator

Results 12 IbanNet issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** `IbanBuilder` has a `WithBankAccountNumber(string)` method, yet there is no corresponding `BankAccountNumber` property on the `Iban` object. This means it's possible...

feature-request

**Describe the bug** The IBAN parser evaluates the bank code incorrectly for Finland (FI) **To Reproduce** IBAN: FI4017453000182859 result bank code is 174 IBAN: FI2840554920113105 result bank code is 405...

bug