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