View Single Post
Old Nov 7th, 2006, 6:16 AM   #10
milot
Programmer
 
milot's Avatar
 
Join Date: Nov 2006
Location: Kosovė/Prishtinė
Posts: 47
Rep Power: 0 milot is on a distinguished road
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));
milot is offline   Reply With Quote