| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |
Arguments: array &key start end
This function converts the portion of array delimited by start and end (defaults: beginning and end of the array) to a string of hexadecimal characters. Example:
(usb8-array-to-hex-string #(1 255 2 80)) ==> "01ff0250"
This function is useful with encryption routines. See, for example, Support for Blowfish encryption in miscellaneous.htm. Support for encryption in the same document discusses encryption support in Allegro CL in general.
See also hex-string-to-usb8-array, hex-string-to-integer and integer-to-hex-string.
Copyright (c) 1998-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |