I'm can't seem to figure out how to create a string from numeric input in the format of "##.##"
I'd like to have a leading zero for single digits and two decimal places.
Does what I'm asking for make sense? I've looked into Formatter, but I'm constantly erroring out with out, and I'm not sure that it won't gc() ever time its called.
Thanks in advance!