ReSharper Tip of the Day -- Use Format string with StringBuilder
July 31st 2008Some classes like StringBuilder build in the string.Format functionality. ReSharper knows this and helps you out. Itll recognize you should probably be using a format string.

and then turn it into the right method.
