目录

b2c

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

语法 (Syntax)

b2c(binstring) 

参数 (Parameters)

  • binstring - 二进制字符串值。

返回值 (Return Value)

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

例子 (Example)

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

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

输出 (Output)

3
↑回到顶部↑
WIKI教程 @2018