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