cString: TrimEnd |
Trims the end of the string.
Public Function TrimEnd( ByRef s As String, Optional ByRef TrimChars As Variant ) As String
Unlike VBs RTrim function, this can trim multiple character types, not just spaces.
The trimChars can be either a string of the characters or an integer array of characters that will be trimmed from the end.
Project VBCorLib Overview Class cString Overview cString Properties cString Methods Trim TrimStart