I'm trying to convert a string value to Double but I sill get error saying that the format is incorrect.
My Strings are represented like this : 7.346000E-001
, 7.3460000E+000
Is there another way to convert them or I need to truncate the string into two parts and do the calculation by myself to get the real value ?