IbanNet 3.2.1
Provides an IBAN validator for verifying IBAN's.
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
Install-Package IbanNet -Version 3.2.1
dotnet add package IbanNet --version 3.2.1
<PackageReference Include="IbanNet" Version="3.2.1" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add IbanNet --version 3.2.1
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: IbanNet, 3.2.1"
For F# scripts that support #r syntax, copy this into the source code to reference the package.
IbanNet is a .NET library providing functionality to validate and parse an International Bank Account Number also known as IBAN.
Example with validator
IIbanValidator validator = new IbanValidator();
ValidationResult validationResult = validator.Validate("NL91ABNA041716430");
if (validationResult.IsValid)
{
// For example:
if (validationResult.Country.TwoLetterISORegionName != "NL")
{
throw new InvalidOperationException("Please provide a Dutch bank account.");
}
}
Example with Iban
type
Iban iban;
bool success = Iban.TryParse("NL91 ABNA 0417 1643 00", out iban);
v3.2.1
- Upgraded registry to Januari '20 release 85 (improves Egypt, not effective until 2021).
IbanNet is a .NET library providing functionality to validate and parse an International Bank Account Number also known as IBAN.
Example with validator
IIbanValidator validator = new IbanValidator();
ValidationResult validationResult = validator.Validate("NL91ABNA041716430");
if (validationResult.IsValid)
{
// For example:
if (validationResult.Country.TwoLetterISORegionName != "NL")
{
throw new InvalidOperationException("Please provide a Dutch bank account.");
}
}
Example with Iban
type
Iban iban;
bool success = Iban.TryParse("NL91 ABNA 0417 1643 00", out iban);
v3.2.1
- Upgraded registry to Januari '20 release 85 (improves Egypt, not effective until 2021).
Dependencies
-
.NETFramework 4.5
- No dependencies.
-
.NETFramework 4.7
- No dependencies.
-
.NETStandard 1.2
- NETStandard.Library (>= 1.6.1)
- System.ComponentModel.TypeConverter (>= 4.1.0)
-
.NETStandard 1.6
- NETStandard.Library (>= 1.6.1)
- System.ComponentModel.TypeConverter (>= 4.1.0)
-
.NETStandard 2.0
- System.ComponentModel.TypeConverter (>= 4.1.0)
Used By
NuGet packages (5)
Showing the top 5 NuGet packages that depend on IbanNet:
Package | Downloads |
---|---|
IbanNet.FluentValidation
FluentValidation support to validate IBAN user input.
|
|
IbanNet.DataAnnotations
Data annotations to validate IBAN user input.
|
|
IbanNet.DependencyInjection.ServiceProvider
Microsoft.Extensions.DependencyInjection integration for IbanNet; IbanNet provides an IBAN validator and parser.
|
|
IbanNet.DependencyInjection.Autofac
Autofac IoC container integration for IbanNet; IbanNet provides an IBAN validator and parser.
|
|
IbanNet.Extensions.Bban
IbanNet extension to validate BBAN national check digits.
|
GitHub repositories
This package is not used by any popular GitHub repositories.
Version History
Version | Downloads | Last updated |
---|---|---|
4.3.0 | 25,007 | 11/27/2020 |
4.2.0 | 3,226 | 11/7/2020 |
4.1.0 | 33,381 | 8/8/2020 |
4.0.1 | 44,751 | 5/12/2020 |
4.0.0 | 24,436 | 2/8/2020 |
4.0.0-beta0241 | 303 | 2/8/2020 |
4.0.0-beta0227 | 240 | 2/8/2020 |
4.0.0-beta0223 | 366 | 2/8/2020 |
4.0.0-beta0222 | 330 | 2/8/2020 |
4.0.0-beta0204 | 329 | 2/6/2020 |
4.0.0-beta0190 | 336 | 1/14/2020 |
4.0.0-beta0187 | 275 | 1/13/2020 |
4.0.0-beta0186 | 238 | 1/13/2020 |
4.0.0-beta0183 | 305 | 1/13/2020 |
4.0.0-beta0178 | 8,606 | 12/30/2019 |
4.0.0-beta0177 | 279 | 12/29/2019 |
4.0.0-beta0172 | 329 | 12/29/2019 |
3.2.2 | 171 | 5/12/2020 |
3.2.1 | 24,947 | 1/14/2020 |
3.2.0 | 10,123 | 11/23/2019 |
3.1.2 | 837 | 10/25/2019 |
3.1.1 | 7,624 | 7/25/2019 |
3.1.0 | 19,563 | 5/10/2019 |
3.0.0 | 27,615 | 2/14/2019 |
2.1.0 | 25,268 | 9/18/2018 |
2.0.0 | 12,010 | 2/3/2018 |
1.2.0 | 731 | 12/25/2017 |
1.1.16 | 648 | 12/25/2017 |
1.0.19 | 735 | 12/25/2017 |
1.0.18 | 581 | 12/25/2017 |
1.0.17 | 635 | 12/25/2017 |