limit double at six decimal place in asp.net

Posted by Tyzak on Stack Overflow See other posts from Stack Overflow or by Tyzak
Published on 2010-03-04T10:00:27Z Indexed on 2010/04/19 7:33 UTC
Read the original article Hit count: 328

Filed under:
|

hi, i have a double, the decimal place isn't fix (8-?)

i want to fix the decimal place to six (for example: 1,234567).

this is my double:

CStr(score)

i guess it's quiet simple :P

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about decimal-point