Useful extensions for use with decimals
These extensions can be found within the namespace UmbCheckout.Shared.Extensions
UmbCheckout.Shared.Extensions
Returns the decimal as currency with the symbol, this can be combined with GetIsoCurrencySymbol
Model.SubTotal.FormatCurrency(CultureInfo.CurrentUICulture.GetISOCurrencySymbol())
Last updated 2 years ago