ramya t

ramya t

  • NA
  • 130
  • 6.3k

C#

Mar 17 2016 1:24 AM
 how to resolve this error "Input string was not in a correct format."
 
by using this code
 TextBox3.Text = Convert.ToString(Convert.ToDouble(TextBox1.Text) + Convert.ToDouble (TextBox2.Text)* 0.001); 

Answers (11)