I'm using a numericupdown.
I want to put it in a variable called app which i declared as a string ^app.
I later want to put this app variable in a listview.
app = numericupdownApp->value;
But i keep on getting this error:
Error 1 error C2440: '=' : cannot convert from 'System::Decimal' to 'System::String ^'
Nevermind. solved it.
System::Convert::ToString(numericupdown->value);