You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Line 235 of GoogleSearch.cs should be replaced by :
ret.SearchTime = double.Parse(searchTime.Value.Replace(".", CultureInfo.CurrentCulture.NumberFormat.NumberDecimalSeparator));
Line 235 of GoogleSearch.cs should be replaced by :
ret.SearchTime = double.Parse(searchTime.Value.Replace(".", CultureInfo.CurrentCulture.NumberFormat.NumberDecimalSeparator));