Skip to content

isaacus98/NIF

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NIF

NIF is a .NET library to validate the Spanish NIF. This library allows to validate the DNI, NIE and CIF. It also allows to generate random DNI, NIE and CIF.

.Net 8 version

NuGet version

.Net standard 2.0 version

NuGet version

Example to validate DNI,NIE or CIF

bool result = NIFValidator.Validate("32700667A");

Example to generate DNI

String dni = NIFGenerator.GenerateDNI();

About

.NET Standard 2.0 library to validate and generate Spanish NIF

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages