Skip to content
/ iso3166 Public
forked from schourode/iso3166

ISO 3166-1 country list for .NET

License

Notifications You must be signed in to change notification settings

sberer/iso3166

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ISO 3166-1 Country List

Build status

Install via NuGet

If you want to include ISO3166 in your project, you can install it directly from NuGet

To install ISO3166, run the following command in the Package Manager Console

PM> Install-Package ISO3166

Usage

Country[] countries = ISO3166.Country.List;

Country Model

public string Name { get; private set; }
public string TwoLetterCode { get; private set; }
public string ThreeLetterCode { get; private set; }
public string NumericCode { get; private set; }

public static readonly Country[] List = new[] {...};

Last check against the official ISO 3166 as on https://www.iso.org/obp/ui/#search: 8th January 2020

License: MIT

About

ISO 3166-1 country list for .NET

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%