An open API service indexing awesome lists of open source software.

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).

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
```