| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. Minimal update since 7.0 release. | |||||||||
Arguments: string &optional (start 0)end
Returns a number which is the conversion of string, which should be a string of hexadecimal digits, such as in a MD5 signature. This function is more efficient than parse-integer. md5-string and other md5 functions and other functions that do similar encoding and return encoding digests can return hex strings.
For example:
(hex-string-to-integer "deadbeef") => 3735928559
See integer-to-hex-string, which is the inverse of this function, and MD5, SHA1, HMAC, and RC4 support in miscellaneous.htm. See also usb8-array-to-hex-string and hex-string-to-integer.
Copyright (c) 1998-2006, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 7.0. This page was not revised from the 6.2 page.
Created 2004.8.21.
| Allegro CL version 7.0 Unrevised from 6.2 to 7.0. Minimal update since 7.0 release. | |||||||||