| Allegro CL version 6.1 Unrevised | |||||||||
Arguments: string &optional (start 0)end
Returns a number which is the conversion of string, which should be a string of hexdecimal digits, such as in a MD5 signature. This function is more efficient than parse-integer
For example:
(hex-string-to-integer "deadbeef") => 3735928559
See integer-to-hex-string, which is the inverse of this function, and MD5 support in miscellaneous.htm.
Copyright (c) 1998-2001, Franz Inc. Berkeley, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.1 update # 1. This page was not revised.
Created 2001.12.15.
| Allegro CL version 6.1 Unrevised | |||||||||