From System::String^ to int
From int to System::String^
System::String^ str = num.ToString(); // int to System::String^
For all the other data types, similar ways can be adopted.
System::String^ str = num.ToString(); // int to System::String^
For all the other data types, similar ways can be adopted.
sonic [Reply] | @ 2012-02-08 09:51:18 |
This is exactly what I want |
Anonymous [Reply] | @ 2019-08-08 04:39:13 |
Thanks a lot! |