Contains configuration for currency format strings, including decimal precision, currency symbol, and format pattern variations.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.Infos
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public class CurrencyFormatStringInfo : ICategorizedFormatStringInfo
Inheritance: objectCurrencyFormatStringInfo
Implements:
Constructors
Initializes a new instance of the CurrencyFormatStringInfo class with specified decimal precision, currency, and format pattern variations.
public CurrencyFormatStringInfo(int decimalPlaces, CurrencyInfo currencyInfo, IEnumerable<string> formatStrings)
The decimal places.
currencyInfoCurrencyInfoThe currency info.
formatStringsIEnumerable<string>The format strings.
Properties
Currency information including symbol and culture for this format.
public CurrencyInfo CurrencyInfo { get; }
The currency info.
Number of decimal places to display in the formatted value.
public int DecimalPlaces { get; }
The decimal places.
Collection of format string patterns for different numeric scenarios (positive, negative, zero).
public IList<string> FormatStrings { get; }
The format strings.