Class
CurrencyFormatStringBuilder

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:

cs-api-definition
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

cs-api-definition
public static List<string> BuildFormatStrings(CurrencyInfo currencyInfo, int decimalPlaces)

Parameters

currencyInfo

CurrencyInfo

The currency info.

decimalPlaces

int

The decimal places.

Returns

List<string>

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

cs-api-definition
public static List<string> CurrencyWithCultureFormatStringsHandler(CurrencyInfo currencyInfo, int decimalPlaces)

Parameters

currencyInfo

CurrencyInfo

The currency info.

decimalPlaces

int

The decimal places.

Returns

List<string>