ConvertCurrencyAsync Method
Converts the source currency to the target currency.
Syntax
[VB.NET] Public Function ConvertCurrencyAsync() As Task
[C#] public Task ConvertCurrencyAsync();
PayPal Integrator V5 - Online Help
|
|||
|
Available for:
Questions / Feedback?
ConvertCurrencyAsync MethodConverts the source currency to the target currency. Syntax[VB.NET] Public Function ConvertCurrencyAsync() As Task [C#] public Task ConvertCurrencyAsync(); RemarksThis method is the asynchronous version of the ConvertCurrency method and is used to support asynchronous operations in WinRT. Please refer to ConvertCurrency for more information. |
||