标题:从字符串“&hB后”到类型“Integer”的强制转换无效
只看楼主
kaixinsiqi
Rank: 1
等 级:新手上路
帖 子:186
专家分:0
注 册:2006-11-28
 问题点数:0 回复次数:1 
从字符串“&hB后”到类型“Integer”的强制转换无效

未处理的“System.InvalidCastException”类型的异常出现在 microsoft.visualbasic.dll 中。

其他信息: 从字符串“&hB后”到类型“Integer”的强制转换无效。

程序代码
Dim tbyte, bbyte As Byte
Dim i1, n1 As Integer
Dim tc As String
Dim c6 As String

bbyte = 0
n1 = sendstr.Length
For i1 = 1 To n1 Step 2
tc = sendstr.Substring(i1 - 1, 2)
这行出错了    tbyte = CInt("&h" + tc)
bbyte = bbyte Xor tbyte

Next
这个错误应该怎么改呀?急!!!

搜索更多相关主题的帖子: Integer 字符 类型 Dim String 
2006-12-06 12:40
小海龟
Rank: 6Rank: 6
等 级:贵宾
威 望:23
帖 子:1068
专家分:4
注 册:2006-8-1
得分:0 
以下是引用kaixinsiqi在2006-12-6 12:40:22的发言:

未处理的“System.InvalidCastException”类型的异常出现在 microsoft.visualbasic.dll 中。

其他信息: 从字符串“&hB后”到类型“Integer”的强制转换无效。

程序代码
Dim tbyte, bbyte As Byte
Dim i1, n1 As Integer
Dim tc As String
Dim c6 As String

bbyte = 0
n1 = sendstr.Length
For i1 = 1 To n1 Step 2
tc = sendstr.Substring(i1 - 1, 2)
这行出错了    tbyte = CInt("&h" + tc)
bbyte = bbyte Xor tbyte

Next
这个错误应该怎么改呀?急!!!


[bc09] 犯强汉者,虽远比诛!
2006-12-06 19:03



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-107587-1-1.html




关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.014056 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved