How can I get the currency symbol from just the ISO 4217 standard 3-letter code. CAD = $ USD = $ GBP = £ YEN = ¥ I tried creating a RegionInfo by stripping out the first two characters of the 3-letter code but is doesn't work for all cases. Any ideas?