XsltTextTools.Trim Method
- Namespace
- Kampute.DocToolkit.Xslt
- Assembly
- Kampute.DocToolkit.dll
Definition
Trims the white spaces from the provided text.
public string Trim(string text)Parameters
textstring- The text to trim.
Returns
- string
- The text with leading and trailing white spaces removed.
