M
MAF
I am seeing the following behavior for my code. If I pass in 0 the system
thinks the value is a string, but if I use 0.0 I believe I get a double
value. Has anyone else seen this behavior, am I doing something wrong?
double tmp = Double.Parse(m_Value.ToString());
thinks the value is a string, but if I use 0.0 I believe I get a double
value. Has anyone else seen this behavior, am I doing something wrong?
double tmp = Double.Parse(m_Value.ToString());