garykac/spritely

Removing String.Format where is implicit

Opened this issue · 0 comments

Copied from https://code.google.com/archive/p/spritely/issues/34

Posted on Oct 17, 2010 by Massive Dog

Hello,

You will found some changes to remove : * StringBuilder.Append(String.Format( -> StringBuilder.AppendFormat( * TextWriter.Write(String.Format( -> TextWriter.Write( (because you can use implicitly a format string) * TextWriter.WriteLine(String.Format( -> same remark with TextWriter.Write point.

Sincerly,

Benoît