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