In our system we use multiple currencies. Information about currencies (as
contained in NumberFormatInfo) only seems to be possible to be retrieved by
specifying a culture. I want to be able to get this information by just
specifying the currency (e.g. by specifying the ISO code).
Is there a possibility in .Net to do this?
Cheers,
Patrick
Michael (michka) Kaplan [MS] - 20 Aug 2004 10:12 GMT
The data in NumberFormatInfo is only available through a culture.

Signature
MichKa [MS]
NLS Collation/Locale/Keyboard Development
Globalization Infrastructure and Font Technologies
Windows International Division
This posting is provided "AS IS" with
no warranties, and confers no rights.
> In our system we use multiple currencies. Information about currencies (as
> contained in NumberFormatInfo) only seems to be possible to be retrieved by
[quoted text clipped - 5 lines]
>
> Patrick