In my application I have a text field that should display numbers (representing money) ranging from 0 to 999 trillions...
The users of my application are the general public, so displaying a scientific notation such as "1.021356e16" is no acceptable.
what formatting options do I have? I wouldn't want to display "999,999,999,999,999.00", it's not very readable and would require a large text field, which would waste space most of the time (most numbers are lower then 100M).