Summary
public static void TrimEnd(this StringBuilder sb, int length)
Removes the specified number of characters from the end.
Parameters
- StringBuilder sb
- int length
public static void TrimEnd(this StringBuilder sb, int length)
Removes the specified number of characters from the end.