G
Guest
Hey
I am calling Convert.ToDouble(someString);
But this double can have to ways or representing doubles dependant on the
locale, it can be 1.0 or 1,0
Is there a way to make Convert.ToDouble(..) accept both comma and period
notations for representing numbers?
thanks
I am calling Convert.ToDouble(someString);
But this double can have to ways or representing doubles dependant on the
locale, it can be 1.0 or 1,0
Is there a way to make Convert.ToDouble(..) accept both comma and period
notations for representing numbers?
thanks