VB Byte数组转换为字符串(兼容中英文): Public Function ByteToStr(B() As Byte) As String 'Byte数组转字符串 VB 两个Byte二进制值 合并转换为中文:Chr(Text1.Text * 256 + Text2.Text) |
微信扫一扫
VB Byte数组转换为字符串(兼容中英文): Public Function ByteToStr(B() As Byte) As String 'Byte数组转字符串 VB 两个Byte二进制值 合并转换为中文:Chr(Text1.Text * 256 + Text2.Text) |
相关推荐