Click here to Skip to main content
15,895,746 members
Articles / Multimedia / GDI

TIP: Improve Readability with Shorter String.Format Statements

1 Jul 2010CPOL 13.5K   3  
String.Format is a wonderful method, a real life saver when it comes to producing (readable) formatted text from within code.  I use it everywhere, but it gets a bit tedious typing the same boilerplate code to use it properly: 1: string formatted = string.Format(CultureInfo.InvariantCult
This is an old version of the currently published technical blog.

This article is currently in progress. This version is not yet publicly viewable

Please go to the GDI Table of Contents to view the list of available articles in this section.