Class CurrencyFormatCategoryManager
Manages currency format information, mapping cultures to currency codes and providing currency display options for format dialogs.
Inheritance
Inherited Members
Namespace: Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.CategoryManagers
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public static class CurrencyFormatCategoryManager
Properties
CultureInfoToCurrencyCode
Gets the dictionary mapping each culture to its Excel-style currency code format string (e.g., "[$€-407]" for German).
Declaration
public static Dictionary<CultureInfo, string> CultureInfoToCurrencyCode { get; }
Property Value
|
System.Collections.Generic.Dictionary<System.Globalization.CultureInfo, System.String>
The culture info to currency code. |
CurrencyInfos
Gets the collection of available currency options including "None", the current culture's symbol, and all registered culture-specific currency symbols.
Declaration
public static IEnumerable<CurrencyInfo> CurrencyInfos { get; }
Property Value
|
System.Collections.Generic.IEnumerable<CurrencyInfo>
The currency infos. |