After all those replies i guess that crawforddavid2006 solved the problem, but I am posting another way to do it (one-line way of the snippet submitted by Infinite Recursion):
string str = "123";
textBox1.Text = Convert.ToString(Convert.ToDouble(str));