StringBuilderExtensionTrimEnd Method

Overload List

TrimEnd(StringBuilder)Removes all the trailing white-space characters from the builder.
TrimEnd(StringBuilder, Char)Removes all the trailing white-space characters from builder.
TrimEnd(StringBuilder, Char)Removes all the trailing occurrences of a set of characters specified in an array from builder.
TrimEnd(StringBuilder, ReadOnlySpanChar)Removes all trailing occurrences of a set of characters specified in a read-only span from builder.

See Also