相关疑难解决方法(0)

用前导零填充

如何用前导零填充我的整数变量.就像我有一个值为20的整数abc,但我希望它是'0000020'.

码:

quarterlyReportDataCMMS.QRTrailerRecord.FileRecordCount = Convert.ToInt32(refEligibleClaimants.Count);
Run Code Online (Sandbox Code Playgroud)

c#

74
推荐指数
5
解决办法
11万
查看次数

标签 统计

c# ×1