Vocabularyhex-stringsInputsOutputsWord descriptionConverts a sequence of hex numbers in the range [00,ff] to a sequence of bytes (integers in the range [0,255]).
ExamplesUSING: hex-strings prettyprint ;
"cafebabe" hex-string>bytes .
B{ 202 254 186 190 }
See alsobytes>hex-stringDefinition