Need to format a set of float variables to 00.00
- by javArc
Ok so I have a database colum 'UnitPrice' with a range of values
example: 23, 23.5, 43.23
Now I need to know if there is a way to format them all to the 00.00 format when printing them out. I've been failing at this for about an hour now...