Currency exchange rates

E

Eric

I've built a Currency class, more or less like Java's, a Money class to
handle rounding and allocation, and a Moneybag that should collect
different monies and convert them to a given exchange rate on demand.

Anyone encapsulated a strategy for capturing and using exchange rates in a
Converter type object? Ideally this would know how to look up some well
known web service and get the rate given the currency.

Much thanks in advance,
Eric

PS - sorry for posting this on dotnet.internationalization also, but doesn't
seem to be much life on that group.
 
C

chanmm

You need to look for the site that provide XML that you can parse it by your
own. That is one way you can read the rate from the web. Good luck.

chanmm
 

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