New to Telerik Document ProcessingStart a free 30-day trial

Provides configuration for culture-specific special formats like zip codes and phone numbers.

Definition

Namespace:Telerik.Windows.Documents.Spreadsheet.Formatting.FormatStrings.Infos

Assembly:Telerik.Windows.Documents.Spreadsheet.dll

Syntax:

C#
public class SpecialFormatStringInfo : ICategorizedFormatStringInfo

Inheritance: objectSpecialFormatStringInfo

Implements: ICategorizedFormatStringInfo

Constructors

Initializes a new instance of the SpecialFormatStringInfo class.

C#
public SpecialFormatStringInfo(CultureInfo culture)
Parameters:cultureCultureInfo

The culture.

Properties

Culture used to determine region-specific formatting rules for special formats.

C#
public CultureInfo Culture { get; }
Property Value:

The culture.