Rexx - B2C



此方法用于将二进制值转换为字符串值。

语法

b2c(binstring) 

参数

  • binstring − 二进制字符串值。

返回值

此方法用于将二进制值转换为字符串值。

示例

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

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

输出

3
rexx_regina.htm
广告