[This is preliminary documentation and is subject to change.]
Returns conversion rate for source->target conversion.
rateTable is the name of the rates set, if omitted or not found then default conv rates will be used
Namespace: NFX.Web.PayAssembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Amount ConvertCurrency(
string rateTable,
Amount from,
string targetCurrencyISO
)
Amount ConvertCurrency(
string rateTable,
Amount from,
string targetCurrencyISO
)
Function ConvertCurrency (
rateTable As String,
from As Amount,
targetCurrencyISO As String
) As Amount
Function ConvertCurrency (
rateTable As String,
from As Amount,
targetCurrencyISO As String
) As Amount
Amount ConvertCurrency(
String^ rateTable,
Amount from,
String^ targetCurrencyISO
)
Amount ConvertCurrency(
String^ rateTable,
Amount from,
String^ targetCurrencyISO
)
abstract ConvertCurrency :
rateTable : string *
from : Amount *
targetCurrencyISO : string -> Amount
abstract ConvertCurrency :
rateTable : string *
from : Amount *
targetCurrencyISO : string -> Amount
Return Value
Type:
Amount