the
binToChar
of
factor
binToChar
(
expression )
Factor and expression yield a binary
.
put the binToChar of "6364" -- yields "cd"
The binToChar
function returns the string
encoded by the binary
passed to it in the text encoding specified by the textEncoding
property.
binToUni
, charToBin
, charToNum
, numToChar
, numToUni
, uniToBin
, uniToNum