Currency Conversion Source

  • Thread starter Thread starter Nissar Ahamed
  • Start date Start date
N

Nissar Ahamed

Currency Conversion is a tricky affair. Given the market rates, tt's not the same converting from USD to JPY (116.30) and from EUR to USD (1.3010) due to the conventions used for JPY and EUR.

Has anyone got a simple solution that can do the job? I will need the source code if possible.

EggHeadCafe.com - .NET Developer Portal of Choice
http://www.eggheadcafe.com
 
Hello Nissar,

Consider using online web services for this http://search.live.com/results.aspx?q=currency+convert+web+service&src=IE-SearchBox
if possible for your app

---
WBR, Michael Nemtsev [C# MVP].
My blog: http://spaces.live.com/laflour
Team blog: http://devkids.blogspot.com/

"The greatest danger for most of us is not that our aim is too high and we
miss it, but that it is too low and we reach it" (c) Michelangelo

NA> Currency Conversion is a tricky affair. Given the market rates, tt's
NA> not the same converting from USD to JPY (116.30) and from EUR to USD
NA> (1.3010) due to the conventions used for JPY and EUR.
NA>
NA> Has anyone got a simple solution that can do the job? I will need
NA> the source code if possible.
NA>
NA> EggHeadCafe.com - .NET Developer Portal of Choice
NA> http://www.eggheadcafe.com
NA>
 

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

Back
Top