Hello,
i have the following problem in our project:
If I try to parse a string value with the following line
double x = double.Parse("3 9.95238", CultureInfo.Inv ariantCulture);
x contains 39.9523799999.. .. instead of the correct one.
What could be the reason for that?
Thanks in advance
Chris
i have the following problem in our project:
If I try to parse a string value with the following line
double x = double.Parse("3 9.95238", CultureInfo.Inv ariantCulture);
x contains 39.9523799999.. .. instead of the correct one.
What could be the reason for that?
Thanks in advance
Chris
Comment