I am looking for a .Net class/library to use with currency acronyms in the same way the TimeZoneInfo class works with timezones.
I need to populate a drop down list with these acronyms and store the result in a databse. This value will be used to retrieve up to date exchange rates from the web at a later stage.
Any ideas?
Public spending cuts have closed almost 800 libraries in the past decade – a fifth of the UK's total. It is a campaign of vandalism against our culture and communities led by the Tory government.
Nearly 800 public libraries closed since austerity launched in 2010.
US Dollar is the largest reserve currency in the world.
There are currently 151 separate library authorities in England who use a range of different operating models to provide their library services.
CultureInfo[] cultures = CultureInfo.GetCultures(CultureTypes.SpecificCultures);
IEnumerable<string> currencySymbols = cultures.Select<CultureInfo, string>(culture => new RegionInfo(culture.LCID).ISOCurrencySymbol);
Is it what you are looking for?
You might be better off generating the list yourself and putting it in a database along with related information. I've used this approach fairly successfully
Country Currency Name Symbol Code
USA US Dollar $ USD
There are a couple of benefits
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With