此方法用于将二进制值转换为字符串值。
b2c(binstring)
binstring - 二进制字符串值。
/* Main program */ options arexx_bifs say b2c('00110011')
当我们运行上述程序时,我们将得到以下结果。
3