Class AccountingFormatStringInfo
Contains configuration for accounting format strings, including decimal precision and currency symbol.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.Infos
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public class AccountingFormatStringInfo : ICategorizedFormatStringInfo
Constructors
AccountingFormatStringInfo(Int32, CurrencyInfo, String)
Initializes a new instance of the AccountingFormatStringInfo class with specified decimal precision, currency, and format pattern.
Declaration
public AccountingFormatStringInfo(int decimalPlaces, CurrencyInfo currencyInfo, string formatString)
Parameters
|
System.Int32
decimalPlaces
The decimal places. |
|
CurrencyInfo
currencyInfo
The currency info. |
|
System.String
formatString
The format string. |
Properties
CurrencyInfo
Currency information including symbol and culture for this accounting format.
Declaration
public CurrencyInfo CurrencyInfo { get; }
Property Value
|
CurrencyInfo
The currency info. |
DecimalPlaces
Number of decimal places to display in the formatted value.
Declaration
public int DecimalPlaces { get; }
Property Value
|
System.Int32
The decimal places. |
FormatString
Full format string pattern used to format accounting values.
Declaration
public string FormatString { get; }
Property Value
|
System.String
The format string. |