String presentation of a Double
I am trying to create an XML document. I like all elements to be String elements in the Java file. Donβt want to mess things up having different kind of elements there.So the question is how to transfer a double into String without loosing the formatting ? something like 1.323434E7 is not what I want…