VB字符串和字节数组的转换?
Dim S As String, a() As Byte, S1 As StringS = "123456abcdef"a = StrConv(S, VBFromUnicode) '字符串转换为字节数组S1 = StrConv(a, vbUnicode) '字节数组转换为字符串MsgBox S1
Copyright © 广州京杭网络科技有限公司 2005-2025 版权所有 粤ICP备16019765号