Dear All,
I am a new user to VS. With a short in VS2010:
label2->Text=System::Convert::toString(r);
I got the error message:
" error C2039: 'toString' : is not a member of 'System::Convert'"
error C3861: 'toString': identifier not found"
Is there any problem with my compiler please?
Thanks in advance.
--Muguangde