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

text string
The text to trim.

Returns

string
The text with trailing white spaces removed.