StringBuilderExtensionsEndsWith Method

Overload List

EndsWith(StringBuilder, Char, StringComparison) Determines whether the source StringBuilder ends with the specified character.
EndsWith(StringBuilder, String, StringComparison) Determines whether the source StringBuilder ends with the specified text.

See Also