Convert from scientific notation string to float in C#

Double.Parse("1.234567E-06", System.Globalization.NumberStyles.Float);

Leave a Comment