Click or drag to resize
TextNormalizationSettings Class
Normalization settings for text comparison
Inheritance Hierarchy
SystemObject
  CMS.HelpersTextNormalizationSettings

Namespace: CMS.Helpers
Assembly: CMS.Helpers (in CMS.Helpers.dll) Version: 12.0.0
Syntax
C#
public class TextNormalizationSettings

The TextNormalizationSettings type exposes the following members.

Constructors
  NameDescription
Public methodTextNormalizationSettings
Top
Properties
  NameDescription
Public propertyNormalizeLineEndings
If true, line endings in the given text are normalized
Public propertyNormalizeWhiteSpaces
If true, all whitespaces in the given text are normalized
Top
See Also