Guest User

Untitled

a guest
Jun 21st, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. 1.00
  2. 1.50
  3. 1.55
  4. 1.60
  5.  
  6. 1.
  7. 1.5
  8. 1.55
  9. 1.6
  10.  
  11. yourNumber.ToString("N2");
  12.  
  13. String.Format("{0:0.00}", n)
  14.  
  15. spinEdit.Properties.DisplayFormat.FormatType = FormatType.Numeric;
  16. spinEdit.Properties.DisplayFormat.FormatString = "C2";
Add Comment
Please, Sign In to add comment