Class CurrencyFormatStringBuilder
Builds currency number format strings with culture-specific currency symbols, thousands separators, and negative value patterns.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.Builders
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public static class CurrencyFormatStringBuilder
Methods
BuildFormatStrings(CurrencyInfo, Int32)
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
currencyInfo
The currency info. |
|
System.Int32
decimalPlaces
The decimal places. |
Returns
|
System.Collections.Generic.List<System.String>
|
CurrencyWithCultureFormatStringsHandler(CurrencyInfo, Int32)
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
currencyInfo
The currency info. |
|
System.Int32
decimalPlaces
The decimal places. |
Returns
|
System.Collections.Generic.List<System.String>
|