8 packages tagged with “3166”
A library that provides access to ISO standards, including ISO 639 (language codes), ISO 3166 (country codes), and ISO 4217 (currency codes).
A country enum created to simplyfy mapping countries to a enum. Created from the country data exttracted from Wikipedia. Provides a few extension methods to easilly access country name, decription, state name, ISO 3166-1 codes such as the alpha-2, alpha-3 and numeric codes, country flags etc .
Abbotware Interop Library for the ISO Codes - Contains helper methods, extension methods, and plugins
Data Standardizer provides implementations of various internationally recognised standards in data processing, covering topics ranging from languages to currencies and geographical entities. With strongly-typed enumerations for each standard (where applicable) or other targeted data types, you can represent these elements in your code such that errors with invalid values are minimised. Supports use of ISO 3166, "Codes for the representation of names of countries and their subdivisions" parts 1 & 2.
Data Standardizer provides implementations of various internationally recognised standards in data processing, covering topics ranging from languages to currencies and geographical entities. With strongly-typed enumerations for each standard (where applicable) or other targeted data types, you can represent these elements in your code such that errors with invalid values are minimised. Includes: - Supports use of ISO 3166, "Codes for the representation of names of countries and their subdivisions" parts 1 & 2. - Supports use of UN M49 or the "Standard Country or Area Codes for Statistical Use (Series M, No. 49)".
Contains a full list of countries as per ISO-3166
A library offering access to a wide range of ISO standards, such as ISO 639 (language codes), ISO 3166 (country codes), and ISO 4217 (currency codes). How to use the functions on namespace **HT.ISO** as follows: - Country codes: ISO3166.Countries; - Language codes: ISO639.Languages; - Currency codes: ISO4217.Currencies; You can use LINQ to select and filter data as follows: var country = ISO3166.Countries.FirstOrDefault(d => d.Alpha2 == "VN");
Iso 3166 2 (iso-3166-2) binding library for Bridge.NET projects.