Changes

Jump to: navigation, search

Formatting Strings in C Sharp

89 bytes added, 16:26, 24 January 2008
Using Format Controls
Format controls appear inside the braces ({}) of the place holders. The format of a place holder with a format control is as follows:
{''n'':''controlcontrolx''}
Where ''n'' is the place holder number and ''control'' is the special format control sequence to be applied to the argument. The ''x'' is an optional number which further formats the output for certain controls.
== As Simple Format Control Example ==

Navigation menu