原文:System.FormatException: Index (zero based) must be greater than or equal to zero and less than the size of the argument list

主要原因是字符串中有 , 被string.Format调用时报错。 Replace即可。 或者 将 替换为 ...

2015-03-04 17:18 0 2078 推荐指数:

查看详情

关于System.FormatException异常

什么是FormatException 参数格式无效或复合格式字符串不正确时引发的异常。 继承 Object Exception SystemException FormatException ...

Thu Dec 19 01:19:00 CST 2019 0 1344
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM