I can't convert a var string to a var int
C#
3
Posts
3
Posters
0
Views
1
Watching
-
Hello May be you need to try this:
int.Parse( str )
or this:Convert.ToInt32( str )
With best regards, Andrew Kirillov, MCP x 3 Prize winner, August 2005