I am getting the above error from the following code
System.Collections.Generic.List<int> ListSms = new System.Collections.Generic.List<int>();
ListSms.Add(int.Parse(sms.Sms_Nom));
the problem looks like some space include in the text i brought in Sms_Nom so this why I try to Parse it but it dosen't work !
any ideas ? thanx