Vocabularyhex-stringsInputsOutputsWord descriptionConverts a sequence of bytes (integers in the range [0,255]) to a string of hex numbers in the range [00,ff].
ExamplesUSING: hex-strings prettyprint ;
B{ 1 2 3 4 } bytes>hex-string .
"01020304"
NotesNumbers are zero-padded on the left.
See alsohex-string>bytesDefinition