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