Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- protected void Button1_Click(object sender, EventArgs e)
- {
- float f = 0.0000666f;
- TextBox1.Text = String.Format("{0:0,0.0000000}", f);
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement