Info
Version: | 1.0.93 |
Author(s): | Rychusoft |
Last Update: | Sunday, December 22, 2019 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/Rychu-Pawel/PeselValidator |
NuGet Url: | https://www.nuget.org/packages/Rychusoft.Validators.PeselValidator |
Install
Install-Package Rychusoft.Validators.PeselValidator
dotnet add package Rychusoft.Validators.PeselValidator
paket add Rychusoft.Validators.PeselValidator
Rychusoft.Validators.PeselValidator Download (Unzip the "nupkg" after downloading)
Dependencies
- NETStandard.Library(>= 1.6.1)
Tags
string pesel = "44051401458";
bool isValid = Rychusoft.Validators.PeselValidator.IsValid(pesel);.