このメソッドは、バイナリ値を文字列値に変換するために使用されます。
b2c(binstring)
/*Main program*/ options arexx_bifs say b2c('00110011')
上記のプログラムを実行すると、次の結果が得られます。
3