ISO 3166 numeric code

G

Guest

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.

For example:

GBP (3 letter ISO currency code) = 826 (3 digit ISO currency code)

Is there any support in .NET 1.1 for this or do I have to write a mapping
class ?

Thanks in advance

Steve
 
L

Larry Lard

Steve said:
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
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.
 
G

Guest

Yes, thats the list

Larry Lard said:
I presume you mean this list here


Well, a google for GBP 826 site:microsoft.com produces no relevant
results, so it's either undocumented or non-existent.


Looks like it.


--
Larry Lard
(e-mail address removed)
The address is real, but unread - please reply to the group
For VB and C# questions - tell us which version
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top