String formatting in .Net - good guide
The
String.Format method is great, but trying to find out how to use it in Microsoft's documentation is next to impossible.
I like this page:
http://www.stevex.org/dottext/articles/158.aspxIt's a good summary of how to use it, plus there are tons of comments from others. And it's all on one page!