How to convert "string" to "int"?
C#
6
Posts
5
Posters
0
Views
1
Watching
-
I know several functions: - atof - converts to double - atoi - converts to int - _atoi64 - converts to __int64 - atol - long or function from Shell API - StrToInt - you must attach SHLWAPI.LIB library to the project I don't know if they exist in C#. Try them. Good luck :)
-
I know several functions: - atof - converts to double - atoi - converts to int - _atoi64 - converts to __int64 - atol - long or function from Shell API - StrToInt - you must attach SHLWAPI.LIB library to the project I don't know if they exist in C#. Try them. Good luck :)