I'm trying to convert the text string from a TextBox to a double by pressing a button
I've found on the internet that this is done by:

this->textBox1->text->ToDouble;

Intellisense doesn't show...