string test_1 = "460";
string test_2 = null;
string test_3 = "5555555";
string test_4 = "421.887";
MessageBox.Show(Int32.Parse(test_1).ToString()); // 460
MessageBox.Show(Int32.Parse(test_2).ToString()); // Hata
MessageBox.Show(Int32.Parse(test_3).ToString()); // 5555555
MessageBox.Show(Int32.Parse(test_4).ToString()); // Hata