ToString() 格式化字符串

例如i=1; 
i.ToString().PadLeft(10,'0'); 
固定长度为10,左不足补0,结果为0000000001; 
原文地址:https://www.cnblogs.com/wiming/p/4213753.html