主页 > 知识库 > bytes2BSTR

bytes2BSTR

热门标签:呼叫中心市场需求 美图手机 银行业务 检查注册表项 网站文章发布 铁路电话系统 智能手机 服务器配置

复制代码 代码如下:

Function bytes2BSTR(vIn) 
 strReturn = "" 
 For i = 1 To LenB(vIn) 
 ThisCharCode = AscB(MidB(vIn,i,1)) 
 If ThisCharCode  H80 Then 
 strReturn = strReturn  Chr(ThisCharCode) 
 Else 
 NextCharCode = AscB(MidB(vIn,i+1,1)) 
 strReturn = strReturn  Chr(CLng(ThisCharCode) * H100 + CInt(NextCharCode)) 
 i = i + 1 
 End If 
 Next 
 bytes2BSTR = strReturn 
End Function  

标签:河南 沈阳 沧州 长治 乐山 上海 红河 新疆

巨人网络通讯声明:本文标题《bytes2BSTR》,本文关键词  ;如发现本文内容存在版权问题,烦请提供相关信息告之我们,我们将及时沟通与处理。本站内容系统采集于网络,涉及言论、版权与本站无关。
  • 相关文章
  • 收缩
    • 微信客服
    • 微信二维码
    • 电话咨询

    • 400-1100-266