I parse an xml-document with dom, which includes tags like this:
<edge cost="2.811138559374119e+02">0</edge>
Now I saved the Number as a String. How can I save it as a double, so that I can use the number for further calculations? How does this work with "e+0x" ?
Thanks for your advice.