String.Format("{0:D5}",3);
or 3.ToString("D5");
Result: 00003

相关文章: