An open API service indexing awesome lists of open source software.

https://github.com/lofcz/birthnumber


https://github.com/lofcz/birthnumber

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

[![LlmTornado](https://badgen.net/nuget/v/LibBirthnumber?v=302&icon=nuget&label=LibBirthnumber)](https://www.nuget.org/packages/LibBirthnumber)

# LibBirthnumber

Simple validator of National Identification Number.

## ⚡Getting Started
```
Install-Package LibBirthnumber
```

## Validate
```cs
bool result = BirthnumberCs.TryParse("825611/5769", out BirthnumberCs? birthNumber);
```