Contents Index Topic Contents | ||
Previous Topic: StrStrI Next Topic: StrToIntEx |
StrToInt
int StrToInt( LPCTSTR lpSrc ); #define StrToLong StrToIntConverts a decimal string to an integer. The StrToLong macro differs from this function in name only.
- Returns the INT value of a string.
- lpSrc
- Address of the null-terminated string to be converted.
Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.