String.Format("{0:D5}",16);
or
int i=16;
i.ToString("D5");
Result: 00016

相关文章:

  • 2022-12-23
  • 2021-08-17
  • 2021-05-25
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-28
  • 2022-12-23
猜你喜欢
  • 2022-02-16
  • 2022-12-23
相关资源
相似解决方案