Sign in Sign up
nuget

HT.ISO

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");

nuget View on Nuget

Activity

Latest release
3y ago
Total releases
1
Cadence
Last 12 months
0

Details

License
MIT
First release
Sep 06, 2023
Releases
Version Released
7.0.0 initial