|
dev
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
ISO 3166 numeric codeUsing 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 Steve Wilkinson wrote:
> Using RegionInfo its possible to get the 3 letter ISO currency code, however I presume you mean this list here > I cannot find any method to obtain the 3 digit ISO currency code. <http://www.iso.org/iso/en/prods-services/popstds/currencycodeslist.html> > Well, a google for GBP 826 site:microsoft.com produces no relevant > For example: > > GBP (3 letter ISO currency code) = 826 (3 digit ISO currency code) > > Is there any support in .NET 1.1 for this results, so it's either undocumented or non-existent. > or do I have to write a mapping Looks like it.> class ? -- Larry Lard larryl***@googlemail.com The address is real, but unread - please reply to the group For VB and C# questions - tell us which version Yes, thats the list
Show quote "Larry Lard" wrote: > Steve Wilkinson wrote: > > 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. > > > -- > Larry Lard > larryl***@googlemail.com > The address is real, but unread - please reply to the group > For VB and C# questions - tell us which version > |
|||||||||||||||||||||||