Table of Contents

Class TextNormalizationSettings

Namespace
CMS.Helpers
Assembly
CMS.Helpers.dll

Normalization settings for text comparison

public class TextNormalizationSettings
Inheritance
object
TextNormalizationSettings
Extension Methods

Properties

NormalizeLineEndings

If true, line endings in the given text are normalized

public bool NormalizeLineEndings { get; set; }

Property Value

bool

NormalizeWhiteSpaces

If true, all whitespaces in the given text are normalized

public bool NormalizeWhiteSpaces { get; set; }

Property Value

bool