[TestMethod] public void Test8() { int a = 9; string b = string.Format("{0:000000}", a); string c = a.ToString().PadLeft(6, '0'); }