ICurrencyMarket ConvertCurrency Method NFX Class Library

[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.Pay
Assembly: NFX.Web (in NFX.Web.dll) Version: 3.0.0.1 (3.0.0.1)
Syntax

Amount ConvertCurrency(
	string rateTable,
	Amount from,
	string targetCurrencyISO
)

Return Value

Type: Amount
See Also