Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Norwegian organization numbers (organisasjonsnummer orgnummer)

This project contains a library for computations on norwegian organization numbers in many programming languages. The library works exactly the same in all implementations:

  • Java
  • C
  • C++
  • JavaScript
  • C#
  • PHP
  • Python
  • Visual Basic

Norwegian organization numbers are called "organiasjonsnummer" or "orgnummer" in norwegian.

The library has been made with progsbase, a tool for creating rot-resistant programs that are translatable to many programming languages.

The library can also be browsed and tested on the progsbase repository's orgnummer page.

progsbase logo

For more information about progsbase, check out: progsbase.com.

Usage

The library has the same interface in all programming languages.

Validate

boolean erGyldigOrgNummer(char [] orgnummer)

The function takes a string as input, containing a norwegian organization number.

The output is a boolean, true if the number is valid and false if not.

About

Library for computations on Norwegian Organization numbers (organisasjonsnummer, orgnummer)

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages