posted on Thursday, July 17, 2008 9:47 AM by timbarcz

Formatting Output with String.Format() Part 2 - Left and Right Alignment

I recently posted some code that could have taken advantage of format strings available when using the ToString() for integer output.  The other day I was building a report for a moonlighting gig where some of the text had to be right aligned and left aligned.  String.Format() does that as well.  I've seen some goofy attempts at formatting text, presumably not realizing...

Read the rest at: http://www.timbarcz.com/blog/FormattingOutputWithStringFormatPart2LeftAndRightAlignment.aspx

(Update your feed readers to point to new address http://feeds.feedburner.com/TimBarcz)

Comments