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