StringSegmentTrimEnd Method

Overload List

TrimEnd Removes all the trailing white-space characters from the current StringSegment.
TrimEnd(Char) Removes all trailing instances of a character from the current StringSegment.
TrimEnd(Char) Removes all trailing occurrences of a set of characters specified in an array from the current StringSegment.
TrimEnd(ReadOnlySpanChar) Removes all trailing occurrences of a set of characters specified in an array from the current StringSegment.

See Also