> Using RegionInfo its possible to get the 3 letter ISO currency code, however
> I cannot find any method to obtain the 3 digit ISO currency code.
I presume you mean this list here
<http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html>
> For example:
>
> GBP (3 letter ISO currency code) = 826 (3 digit ISO currency code)
>
> Is there any support in .NET 1.1 for this
Well, a google for GBP 826 site:microsoft.com produces no relevant
results, so it's either undocumented or non-existent.
> or do I have to write a mapping
> class ?
Looks like it.

Signature
Larry Lard
larrylard@googlemail.com
The address is real, but unread - please reply to the group
For VB and C# questions - tell us which version
Steve Wilkinson - 19 Jul 2006 15:41 GMT
Yes, thats the list
> > Using RegionInfo its possible to get the 3 letter ISO currency code, however
> > I cannot find any method to obtain the 3 digit ISO currency code.
[quoted text clipped - 15 lines]
>
> Looks like it.