CurrencyConverterConvert Method (Decimal, String, String, Int32) |
Converts given monetary amount expressed in one currency to another currency using site specific conversion.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax public static decimal Convert(
decimal amount,
string inCurrencyCode,
string toCurrencyCode,
int siteID
)
Parameters
- amount
- Type: SystemDecimal
Amount to be converted. - inCurrencyCode
- Type: SystemString
Code of the currency in which the amount is expressed (e.g. USD). - toCurrencyCode
- Type: SystemString
Code of the currency to convert amount to (e.g. EUR). - siteID
- Type: SystemInt32
ID of the site on which the conversion is done.
Return Value
Type:
DecimalAmount converted to target currency on specific site.
Exceptions See Also