回 帖 发 新 帖 刷新版面

主题:急切求助:调试时出现如下的提示 怎么理解?

System.FormatException: Input string was not in a correct format.
   at Microsoft.VisualBasic.CompilerServices.DoubleType.Parse(String Value, NumberFormatInfo NumberFormat)
   at Microsoft.VisualBasic.CompilerServices.DoubleType.Parse(String Value)
   at Microsoft.VisualBasic.CompilerServices.BooleanType.FromString(String Value)


运行时 提示上面的信息 什么意思
谢谢!!!

回复列表 (共1个回复)

沙发

强制转换失败,无法将一个指定的字符串转换为Double型,比如空字符串或都含有非数字字符的字符串

我来回复

您尚未登录,请登录后再回复。点此登录或注册