Validate Swedish organization numbers. Follows version 1.1 of the specification.
Install the package:
dotnet add package Organisationsnummer
usingOrganisationsnummer;Organisationsnummer.valid('202100-5489');//=> trueSee Organisationsnummer.Tests/OrganisationsnummerTests.cs for more examples.
MIT