
REXX – Conversion Functions
The following built-in Rexx Conversion Functions convert one type of data representation to another type of data representation. Function Description B2X Returns a string, in character format, that represents the input binary string converted to hexadecimal. (Binary to hexadecimal) C2D Returns the decimal value of the binary representation of the […]