Class CurrencyFormatCategoryManager
Represents the currency format category manager class.
Inheritance
System.Object
CurrencyFormatCategoryManager
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.CategoryManagers
Assembly: Telerik.Windows.Documents.Spreadsheet.dll
Syntax
public static class CurrencyFormatCategoryManager
Properties
CultureInfoToCurrencyCode
Gets the culture info to currency code.
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 currency infos.
Declaration
public static IEnumerable<CurrencyInfo> CurrencyInfos { get; }
Property Value
System.Collections.Generic.IEnumerable<CurrencyInfo>
The currency infos. |