ClassSpecialFormatCategoryManager
Class
Manages culture-specific special format strings such as postal codes, phone numbers, and social security numbers.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.CategoryManagers
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public static class SpecialFormatCategoryManager
Inheritance: objectSpecialFormatCategoryManager
Properties
CultureInfoToFormatInfo
Maps culture info to available special format patterns for that culture.
Declaration
cs-api-definition
public static Dictionary<CultureInfo, IList<SpecialFormatInfo>> CultureInfoToFormatInfo { get; }
Property Value
Dictionary<CultureInfo, IList<SpecialFormatInfo>>
The culture info to format info.