Groups | Blog | Home
all groups > dotnet general > november 2006 >

dotnet general : ISO Currency code - existing enum in .NET ?


José Joye
11/1/2006 4:12:58 PM
Hello,

Is there an enum available within the .NET library which gives the valid ISO
currency code?

Thanks,
-José

rossum
11/1/2006 4:29:52 PM
[quoted text, click to view]
If you search in Help for the RegionInfo class there is a list of all
the ISO three letter currency symbols. They appear to be stored as
strings, not an enumeration, see the RegionInfo.ISOCurrencySymbol
property.

rossum
Mihai N.
11/1/2006 8:06:13 PM
[quoted text, click to view]
You can enumerate RegionInfo, get the ISO currency symbol for each and make
your own list.


--
Mihai Nita [Microsoft MVP, Windows - SDK]
http://www.mihai-nita.net
------------------------------------------
José Joye
11/1/2006 9:40:47 PM
Thanks,

The RegionInfo.ISOCurrencySymbol returns the ISO currency for the current
region.
What I was expecting is a kind of list that returns me all the available ISO
symbol so as to check it for validity.

- José

"rossum" <rossum48@coldmail.com> a écrit dans le message de news:
gnihk252k0hl18apo7fhchf036kqcq9jd9@4ax.com...
[quoted text, click to view]

AddThis Social Bookmark Button