how use this
Mar 22, 2016 at 5:02am
how to use this to convert text to double
temp = Convert::ToDouble(tbTempF->Text)
Mar 22, 2016 at 7:24am
How could anyone know? You have told nothing about the types in your code sample.
Mar 22, 2016 at 1:32pm
What is the problem ?
temp = Convert::ToDouble(tbTempF->Text)
if temp is a double this should work.
Topic archived. No new replies allowed.