CurrencyFormatter
public class CurrencyFormatter
Namespace
Constructors
CurrencyFormatter (1 of 2)
public CurrencyFormatter(string cultureName)
CurrencyFormatter (2 of 2)
public CurrencyFormatter(string cultureName, string formatTemplate)
Properties
CultureName
public string CultureName { get; }
FormatTemplate
public string FormatTemplate { get; }
Methods
FormatValue
public string FormatValue(decimal value, bool includeSymbol = true)
RoundValue
public decimal RoundValue(decimal value)