Skip to content

Removing String.Format where is implicit #34

@garykac

Description

@garykac

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions