What is an efficient way to trim whitespace from the end of a StringBuilder without calling ToString().Trim() and back to a new SB new StringBuilder(sb.ToStri
StringBuilder
new StringBuilder(sb.ToStri