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