Class TextNormalizationSettings
Normalization settings for text comparison
public class TextNormalizationSettings
- Inheritance
-
objectTextNormalizationSettings
- 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