I don’t know anything built into the framework, but if you have a list of currencies you are interested in, it sounds like an ideal place to use Dictionary<string, string> or, possibly, Dictionary<string, char> (I don’t know if there are multi-character characters, but I won’t be surprised).
Jon skeet
source share