Class AccountingFormatStringBuilder
Builds accounting number format strings with aligned currency symbols and negative values enclosed in parentheses, following culture-specific patterns.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.Builders
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public static class AccountingFormatStringBuilder
Methods
BuildFormatString(CurrencyInfo, Int32)
Builds an accounting format string for the specified currency and decimal places, with aligned currency symbols and negative values in parentheses.
Declaration
public static string BuildFormatString(CurrencyInfo currencyInfo, int decimalPlaces)
Parameters
|
CurrencyInfo
currencyInfo
The currency info. |
|
System.Int32
decimalPlaces
The decimal places. |
Returns
|
System.String
|