string str1 = "Hi hello";float f = float.Parse(str1); dt.Rows[i].SetField("Column Name",f);I am getting Exception like "Input string was not in a correct format".Is It Possible to convert string to float. Can anyone tell me how to do this.Thank you
Exception
"Input string was not in a correct format".