convert string to double/int
I am in need of help converting numbers like this "9.6300000e+03" which is of type String into a double or int.
I am reading the numbers from a list of numbers and have no say on the format of the numbers given, but to work with them i need the numbes of type double or int.
Any help would be appreciated!!
Thanks in advance.

