Summary

public static void TrimEnd(this StringBuilder sb, int length)

Removes the specified number of characters from the end.

Parameters