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