https://github.com/lofcz/birthnumber
https://github.com/lofcz/birthnumber
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/lofcz/birthnumber
- Owner: lofcz
- License: mit
- Created: 2024-12-21T21:05:48.000Z (10 months ago)
- Default Branch: master
- Last Pushed: 2024-12-22T00:04:09.000Z (10 months ago)
- Last Synced: 2025-07-02T13:11:09.648Z (3 months ago)
- Language: C#
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](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);
```