Basically, I have been using both Integer.Parse and CInt in most of my daily programming tasks, but I\'m a little bit confused of what the difference is between
Integer.Parse
Here is a real difference : Integer.parse("1.00") will thrown an error. CInt("1.00") will work