Hi, I would like to be able to call the NumberFormat format method
with a Double and get in the string all the digits available in the
Double value.

It seems to me that you have to forcefully specify in the patter one
digit per decimal you want to display (i.e. "#.#####" for 5 decimal
digits, "#.##" for 2, "#.#######" for 7, etc.), or otherwise the
format method would round it up.

Is there any way or pattern where I can specify the formatter to "show
all available decimals in the passed double value"? Something like
"#.#*"

Any help will be greatly appreciated.

Thanks

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to