Browse by Tags

All Tags » Item 5 (RSS)
Sorry, but there are no more tags available to filter with.
error in Item 5, p. 37
Missing format string On page 37, in item 5, the line of code that reads: Console.WriteLine( string.Format( new CustomerFormatter(), "", c1 ); should read: Console.WriteLine( string.Format( new CustomerFormatter(), "{0}", c1 );

Posted by wwagner | with no comments

Filed under: