StrToIntStrToInt*
*



Contents  *



Index  *Topic Contents
*Previous Topic: StrStrI
*Next Topic: StrToIntEx

StrToInt


int StrToInt( 
    LPCTSTR lpSrc 
    );

#define StrToLong StrToInt

Converts a decimal string to an integer. The StrToLong macro differs from this function in name only.

lpSrc
Address of the null-terminated string to be converted.

Up Top of Page
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.