将解码后的hexBinary转换为单字节字符? [英] Converts decoded hexBinary to single-byte characters?

查看:119
本文介绍了将解码后的hexBinary转换为单字节字符?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我们可以使用Strconv(cExpression,16)将
cExpression
中的单字节字符转换为已解码的hexBinary。但是,将解码后的hexBinary转换为单字节字符的反向方法又如何呢? TIA。

We can use Strconv(cExpression,16) to convert single-byte characters in cExpression to decoded hexBinary. But what about the reverse way to convert decoded hexBinary to single-byte characters? TIA.

推荐答案

您是否阅读过strconv()函数的帮助?我认为
Strconv( cExpression,15)d
oes逆变换。
Have you read the help of the strconv() function? I think that Strconv(cExpression,15) does the inverse transformation.


这篇关于将解码后的hexBinary转换为单字节字符?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆