https://github.com/andrerav/iso.validators
This .Net 3.5 library contains validation methods for data which can be validated against defined ISO standards. Currently supported standards: ISO 6346 (BIC), ISO 27729 (ISNI), ISO 2108 (ISBN 10+13).
https://github.com/andrerav/iso.validators
Last synced: 4 months ago
JSON representation
This .Net 3.5 library contains validation methods for data which can be validated against defined ISO standards. Currently supported standards: ISO 6346 (BIC), ISO 27729 (ISNI), ISO 2108 (ISBN 10+13).
- Host: GitHub
- URL: https://github.com/andrerav/iso.validators
- Owner: andrerav
- License: lgpl-3.0
- Created: 2015-01-11T15:02:51.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T19:51:53.000Z (over 3 years ago)
- Last Synced: 2025-08-01T08:51:45.787Z (11 months ago)
- Language: C#
- Homepage:
- Size: 609 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Iso.Validators
This library contains validation methods for data which can be validated against defined ISO standards.
Currently supported standards:
* ISO 6346 (BIC)
* ISO 27729 (ISNI)
* ISO 2108 (ISBN 10+13)
## NuGet Packages
[NuGet packages are available here](https://www.nuget.org/packages/Iso.Validators/)
To install this package use the following command:
```
PM> Install-Package Iso.Validators
```