vb.net中类型转换

it2022-05-09  26

可以使用CType函数 例如: Dim s As String = "009" Dim a As Integer = CType (s, Integer)

转载于:https://www.cnblogs.com/nanshouyong326/archive/2008/11/03/1325578.html

相关资源:vb.net浮点转16进制

最新回复(0)