Formatting
Format Currency
The TransactionLibrary features a way of formatting a string or decimal, to a standard currency representation, using the current localization context.
Usage
UCommerce.Api.TransactionLibrary.FormatCurrency(133.7m, "da-DK");
Example result
133,7
Parameters
Parameter | Type | Details |
---|---|---|
amount | string / decimal | The money amount to be formatted |
cultureCode | string | The culture code used in the formatting |