Rounding Large Dollar amounts
I want to round a double value to the nearest $100,000 (i.e. $3,456,789 = $3.500,000)
However this needs to be done as a string because it is a label for an open source Chart drawing tool that takes a string to create the labels.
Any suggestions?