btuduri / spritely

Automatically exported from code.google.com/p/spritely
0 stars 0 forks source link

Removing String.Format where is implicit #34

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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

Original issue reported on code.google.com by benoit.tuduri@gmail.com on 17 Oct 2010 at 4:09

Attachments: