1
Answer

Error-Input string was not in a correct format

Ramco Ramco

Ramco Ramco

1y
377
1

Hi

  On the line i am getting above error. Value in excel sheet is 8.4. Datatype is int. I want to ignore decimal value

leadHeader.ChildAge = Convert.ToInt32(colum[13].ToString());

Thanks

Answers (1)