<div dir="ltr"><div><div><div><div><div><div><div>Hi all , <br><br></div>I have a string that shows a number in scientific notation.<br><br></div>like this:<br></div>"2.000E-03"<br><br></div>How can I comvert this to an integer so the result would be <br>
</div>myIntValue=0.002<br><br></div>I need to convert my values and then use them later on in my code.<br><br></div>Thanks for your help.<br></div>