Me Myself & C#

Manoj Garg’s Tech Bytes – What I learned Today

Archive for the ‘String’ Category

Using String.Format for string formatting

Posted by Manoj Garg on April 29, 2008

Recently I came across a situation where I have to do lots of string concatenating and formatting. While searching for a better approach for doing this I was comparing String.Concat and String.Format . I found few articles on net describing best practices for string formatting.

Following are few of them:

Ha-P Coding thumbs_up

Posted in C#, String | Tagged: , , | Leave a Comment »