Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 643 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 643 Bytes

Master branch status

Tool Status
AppVeyor Build status
Nuget Nuget

PeselValidator

Polish PESEL number validator

Easy to use library for validating Polish PESEL numbers:

string pesel = "44051401458";
bool isValid = Rychusoft.Validators.PeselValidator.IsValid(pesel);