XsltTextTools.NormalizeWhitespace Method
- Namespace
- Kampute.DocToolkit.Xslt
- Assembly
- Kampute.DocToolkit.dll
Definition
Replaces all sequences of whitespace characters with a single space, without trimming.
public string NormalizeWhitespace(string text)Parameters
textstring- The text to adjust white spaces for.
Returns
- string
- The text with normalized whitespace.
