ConvertToInt
Syntax | ||
void ConvertToInt(unsigned char *cnv,int32 *val); | ||
Header | ||
base/rconvert.h | ||
Library | ||
rcnv | ||
Description | ||
The The sequence of bytes to convert is pointed to by the argument cnv and the 32-bit integer number is stored at the location pointed to by val. | ||
Returns | ||
None | ||
Errors | ||
None | ||
Example | ||
|