Skip to content

lundopendata/csharp

 
 

Repository files navigation

Personnummer

Build status

Validate Swedish social security numbers.

Installation

dotnet add package Personnummer --version 1.0.0

Example

use Personnummer;

class Test 
{
  public void TestValidation() 
  {
    Personnummer.Valid(6403273813); 	// => True
    Personnummer.Valid('19130401+2931') // => True
  }
}

See Personnummer.Test/PersonnummerTest.cs for more examples.

License

MIT

About

Validate Swedish social security numbers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%