Thanks,
I acually found some number formatting code that I can re-use in our app but it actually turns the double into a String. So now when I convert back to double, I get the trailing .0 again. Is there a way to convert back to double without adding on the trailing zero and not truncate...