Get USD to INR exchange rate dynamically in C#?

前端 未结 3 504
我在风中等你
我在风中等你 2021-01-07 08:03

\"enter

I\'m developing a Windows application to convert USD to INR. I know how to con

3条回答
  •  甜味超标
    2021-01-07 08:28

    Conversion Rate is the right method to call. You can add a service method to your project. You may have to point it to the WSDL file. Make one call to get the base rate and then calculate the other rate by using 1/result of the first call.

提交回复
热议问题