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.
The documentation is described in introduction.htm and the index is in index.htm.
Copyright (c) 1998-2000, Franz Inc. Berkeley, CA., USA. All rights reserved.
Created 2000.10.5.