Rexx - 扩展函数 b2c



此函数将二进制值转换为字符串值。

语法

B2C(binstring) 

参数

  • binstring − 需要转换为字符串的二进制值。

返回值

输入二进制值的对应字符串值。

示例

/* Main program */ 
options arexx_bifs 
say b2c('01100011')

运行以上程序后,将得到以下结果。

输出

c
rexx_extended_functions.htm
广告