Returns a copy of the specified string without trailing white spaces.
Syntax
Copy Code
|
---|
string RTrim ( string value ) |
Parameters
- value
- Any valid string expression. If value is null, null is returned.
Remarks
Use LTrim to return a string without its leading white spaces.
See Also
Text Functions
Left Function
Right Function
LTrim Function