7 .net c# vb.net vb.net-to-c#
Format(iCryptedByte, "000")C#中(VB.NET)的等效代码是什么?
Format(iCryptedByte, "000")
aba*_*hev 11
String.Format(format, iCryptedByte); // where format like {0:D2}
见MSDN 1,2,3
Pau*_*els 0
尝试:
iCryptedByte.ToString("D3");
归档时间:
15 年,3 月 前
查看次数:
9697 次
最近记录:
6 年,9 月 前