I am trying to make sure that my double will have a comma for thousands, but will also be able to display more than 2 decimal places (probably 4).
I am struggling with what format to use - if the number doesn't have any decimal places, the point is still put in.
#,##0.####
Can anyone advise what I should be doing here?
examples:
23.2 = 23.2
64587.255 = 64,587.255
5000 = 5,000.
I am struggling with what format to use - if the number doesn't have any decimal places, the point is still put in.
#,##0.####
Can anyone advise what I should be doing here?
examples:
23.2 = 23.2
64587.255 = 64,587.255
5000 = 5,000.