Rexx - b2c
This method is used to convert a binary value to a string value.
Syntax
b2c(binstring)
Parameters
binstring − The binary string value.
Return Value
This method is used to convert a binary value to a string value.
Example
/* Main program */
options arexx_bifs
say b2c('00110011')
When we run the above program we will get the following result.
Output
3
rexx_regina.htm
Advertisements