Dim myint As Integer Integer.TryParse("13", myint) MessageBox.Show(myint.ToString())
Login to post response