Hi, I need to make 5 as 5.00 , .5 as 0.50 , etc.
I triedAndCode:Textbox1.Text = Math.Round (Textbox1.Text,1)But Not Working Help Please !Code:Textbox1.Text = Format(Textbox1.text.Tostring,"#.##")![]()
|
Results 1 to 3 of 3
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |