I am trying to parse some string to a double value, using this parse method overload:
double.Parse("198.222213745118", CultureInfo.CurrentUICulture);
the CultureInfo.CurrentUICulture is fr-FR.
but this is throwing an exception of type FormatException.
What can be the reason?
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…