I have a double I would like to view in a textbox on button click, but i'm getting the following error "'void System::Windows::Forms::Control::Text::set(System::String ^)' : cannot convert parameter 1 from 'double' to 'System::String ^'"
Is there any easy way to convert double to System::string^?
This is the code in my button click event.
textBox->Text = MyDouble;


Ask A New Question
Reply





MultiQuote








|