Posts tagged String.Format Method
String.Format Method
0-
http://msdn.microsoft.com/en-us/library/system.string.format.aspx
-
http://msdn.microsoft.com/en-us/library/fht0f5be(VS.80).aspx
-
http://msdn.microsoft.com/en-us/library/26etazsy(VS.80).aspx
Integer
Add zeroes before number
1: String.Format("{0:00000}", 15); // "00015"
More >