ConvertCurrency Method
Converts the source currency to the target currency.
Syntax
[VB.NET] Public Sub ConvertCurrency()
[C#] public void ConvertCurrency();
Remarks
This method sends the source currency amounts in the ConvertFrom collection and the destination currency codes in the ConvertTo property and submits them to PayPal for conversion. The Results collection will contain the estimated amounts in the destination currency.