Is there a faster way to convert a string to double than Convert.ToDouble?
string
double
Convert.ToDouble
I have monitored System.Conv
System.Conv
double.Parse() should be a little bit faster.