ClassCurrencyFormatStringBuilder
Builds currency number format strings with culture-specific currency symbols, thousands separators, and negative value patterns.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.Builders
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
public static class CurrencyFormatStringBuilder
Inheritance: objectCurrencyFormatStringBuilder
Methods
BuildFormatStrings(CurrencyInfo, int)
Builds a list of currency format strings for the specified currency and decimal places by invoking registered handlers.
Declaration
public static List<string> BuildFormatStrings(CurrencyInfo currencyInfo, int decimalPlaces)
Parameters
currencyInfo
The currency info.
decimalPlaces
The decimal places.
Returns
CurrencyWithCultureFormatStringsHandler(CurrencyInfo, int)
Builds a list of currency format strings for the specified currency and decimal places using the culture-specific currency code from the CurrencyInfo.
Declaration
public static List<string> CurrencyWithCultureFormatStringsHandler(CurrencyInfo currencyInfo, int decimalPlaces)
Parameters
currencyInfo
The currency info.
decimalPlaces
The decimal places.
Returns