Convert Hex String to an Integer Value.
June 7, 1996
Author: Embarcadero USA
Technical Information Database
TI2203C.txt Convert Hex String to an Integer Value.
Category :General
Platform :All
Product :C/C++ All
Description:
This document provides a method to read hexadecimal numbers.
The atoi() function ignores the A-F digits in a hexadecimal
number. In fact, the first non-digit character in the string
passed to atoi()…