vb.net中类型转换

可以使用CType函数
例如:
Dim s As String = "009"
Dim a As Integer = CType (s, Integer)
posted @ 2008-11-03 15:52  南守拥  阅读(620)  评论(0编辑  收藏  举报