S
Stimp
I want to output a number, say 20, as 20.00
i.e. I want to always have 2 decimal places
I don't want any currency information, therefore String.Format("{0:c}")
doesn't work for me.
Can't seem to find a way to do this. Any ideas?
Thanks,
Peter
i.e. I want to always have 2 decimal places
I don't want any currency information, therefore String.Format("{0:c}")
doesn't work for me.
Can't seem to find a way to do this. Any ideas?
Thanks,
Peter