How to get list of Currencies (symbols/Name)?
Hi,
I need to list all currencies(name+ symbol) from Windows Regional Library into a listbox.
How can I get the list of currencies?
ps: I have read about NumberFormatInfo and CultureInfo classes available in .NET framework but I fail to comprehend how they can be used to get the list of currencies?
I would appreciate any help in this regard.
Thanks,
Jell
|