Y
yo_mismo
Hi all,
how can i get a number with only 3 decimals?
i'm trying this but doesn't work:
(number_1*number_2).ToString("####.000")
i don't know how to use very well 'ToString()'.
what's the diference between 'ToString("####.000")'(4 #'s) and
'ToString("#####.000")' (5 #'s)
thanks
how can i get a number with only 3 decimals?
i'm trying this but doesn't work:
(number_1*number_2).ToString("####.000")
i don't know how to use very well 'ToString()'.
what's the diference between 'ToString("####.000")'(4 #'s) and
'ToString("#####.000")' (5 #'s)
thanks