Skip to content

Dhanabhon/thai-national-id-format-validator

Repository files navigation

Thai National ID Format Validator Library for .NET

For example the Thai national ID format validation in C#

  • Written in C# .NET Core 6.0

How to use?

  1. Import the Thai national ID format validator to your project.
using thai_national_id_format_validator;
  1. Thai National ID Card Number Checking
bool isValid = ThaiNationalIdFormat.IsValid("1234567891012");
  1. Thai national ID Card Numbers Generating.
String num = ThaiNationalIdFormat.GenerateThaiNationalID();

Demo

Screenshot

NuGet Link

NuGet

Inspiration

This plugin is inspired by thai-id-validator.

About

For example the Thai national ID format validation in C#

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages