Class SpecialFormatCategoryManager
Manages culture-specific special format strings such as postal codes, phone numbers, and social security numbers.
Inheritance
System.Object
SpecialFormatCategoryManager
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 SpecialFormatCategoryManager
Properties
CultureInfoToFormatInfo
Maps culture info to available special format patterns for that culture.
Declaration
public static Dictionary<CultureInfo, IList<SpecialFormatInfo>> CultureInfoToFormatInfo { get; }
Property Value
|
System.Collections.Generic.Dictionary<System.Globalization.CultureInfo, System.Collections.Generic.IList<SpecialFormatInfo>>
The culture info to format info. |