Info
| Version: | 1.0.65 |
| Author(s): | Rychusoft |
| Last Update: | Saturday, March 17, 2018 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/Rychu-Pawel/NipValidator |
| NuGet Url: | https://www.nuget.org/packages/Rychusoft.Validators.NipValidator |
Install
Install-Package Rychusoft.Validators.NipValidator
dotnet add package Rychusoft.Validators.NipValidator
paket add Rychusoft.Validators.NipValidator
Rychusoft.Validators.NipValidator Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Tags
string nip = "8674068337";
bool isValid = Rychusoft.Validators.NipValidator.IsValid(nip);.