- str_to_hex OUT IN OFF LENprocedure
Writes the ASCII hexadecimal representation of IN to OUT.
IN is a nonnull-string.
OFF is the byte offset.
LEN is the length of the bytes at OFF.
OUT is a string of length >= (+ LEN 2).
Writes the ASCII hexadecimal representation of IN to OUT.
IN is a nonnull-string.
OFF is the byte offset.
LEN is the length of the bytes at OFF.
OUT is a string of length >= (+ LEN 2).