ClassCurrencyFormatStringInfo
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
CurrencyFormatStringInfo(int, CurrencyInfo, IEnumerable<string>)
Initializes a new instance of the CurrencyFormatStringInfo class with specified decimal precision, currency, and format pattern variations.
Declaration
public CurrencyFormatStringInfo(int decimalPlaces, CurrencyInfo currencyInfo, IEnumerable<string> formatStrings)
Parameters
decimalPlaces
The decimal places.
currencyInfo
The currency info.
formatStrings
The format strings.
Properties
CurrencyInfo
Currency information including symbol and culture for this format.
Declaration
public CurrencyInfo CurrencyInfo { get; }
Property Value
The currency info.
DecimalPlaces
Number of decimal places to display in the formatted value.
Declaration
public int DecimalPlaces { get; }
Property Value
The decimal places.
FormatStrings
Collection of format string patterns for different numeric scenarios (positive, negative, zero).