Skip to content

.NET Core packages for verifying turkish identity number using by records office web services

License

Notifications You must be signed in to change notification settings

brhnsfrn/TurkishIdentityValidator.Core

Repository files navigation

TurkishIdentityValidator.Core

Nuget package project for .Net / .Net Core.

The identification number validator is a .NET Core packages for verifying turkish identity number using by records office web services. https://www.nuget.org/packages/TurkishIdentificationNumberValidator.Core/

Usage

using TurkishIdentificationNumberValidator.Core;
bool result = new TurkishIdentityValidator(new IdentityModel{
  IdentityNumber = 10000000146,
  Name = "GAZİ MUSTAFA KEMAL",
  Surname = "ATATÜRK",
  DateOfBirth = DateTime.Parse("01-01-1881")
}).IsValid();

About

.NET Core packages for verifying turkish identity number using by records office web services

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages