Format String
Hi,
Trying to format my Invoice to display the comma (,) when the value is in thousands but have not found a correct format string.
EG want 1,500.00 not 1500.00. How can I do this without using the {0:c} as I do not want the currency displayed here.