Rexx - 扩展函数 B2C
此函数将二进制值转换为字符串值。
语法
B2C(binstring)
参数
binstring − 这是需要转换为字符串的二进制值。
返回值
输入的二进制值对应的字符串值。
示例
/* 主程序 */ options arexx_bifs say b2c('01100011')
当我们运行上面的程序时,我们将得到以下结果。
输出
c
❮ rexx_extended_functions.html
此函数将二进制值转换为字符串值。
B2C(binstring)
binstring − 这是需要转换为字符串的二进制值。
输入的二进制值对应的字符串值。
/* 主程序 */ options arexx_bifs say b2c('01100011')
当我们运行上面的程序时,我们将得到以下结果。
c
❮ rexx_extended_functions.html
如果您发现内容有误或提出修改建议,请随时向我们发送 E-mail 邮件:
421660149@qq.com
您的建议已发送到 W3schools。