Returns the given string with leading white space characters removed.
Util.LTrimString(Text)
The method syntax has these parts:
Part | Description |
---|---|
Text (String) | original string from which to remove leading white-space |
Return (String) | A copy of Text with any leading white space removed |