int temp = 1110; Console.WriteLine(temp.ToString().PadLeft(6, '0')); //001110 Console.WriteLine(string.Format("{0:d6}", temp)); //001110