VS2010 "toString" error

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

closed account (z05DSL3A)
ToString not toString
My fault. Many thanks.
Topic archived. No new replies allowed.