System.FormatException","Message":"输入字符串的格式不正确
看你是想转int型,FormatException 是你待转的 value 不由一个可选符号后跟一系列数字 (0-9) 组成。检查你的字符串 Convert.ToInt32 的字符串是不是可以转为int。