Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

EdgarsJudovics/Edgar.ISO3166_1Alpha_2CountryCodesToEnum

Repository files navigation

Edgar.ISO3166_1Alpha_2CountryCodesToEnum

Converts ISO 3166-1 alpha-2 country codes from wiki into a C# enum

also worst project name

Usage

  • Copy country list table from wiki page here
  • Save it as txt file
  • Run dotnet country2enum.dll filename.txt

Alternatively:

  • Put codes.txt into same folder as the binary country2enum.dll
  • Run dotnet country2enum.dll filename.txt

The result will be saved to the same folder where country2enum.dll is located so make sure it is writeable

  • requires .NET Core runtime

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages