H
Henke
Is this a bug or is there a reason why it doesn't work.
int i = int.Parse("4 500");
I ask because this works:
double d = double.Parse("4 500.0");
Thanks!
/Henkr
int i = int.Parse("4 500");
I ask because this works:
double d = double.Parse("4 500.0");
Thanks!
/Henkr