P
Patrik Kruse
This line exectues with an exception:
double d = double.Parse(double.MinValue.ToString());
The error message is "Value was either too large or too small for a Double".
Is this an error in the framwork?
/Patrik
double d = double.Parse(double.MinValue.ToString());
The error message is "Value was either too large or too small for a Double".
Is this an error in the framwork?
/Patrik