Answers for "c++ cli convert string to string^"

C++
1

c++ cli convert string to string^

string str = "Here";
String^ Str = gcnew String(str.c_str());
Posted by: Guest on April-19-2020

Browse Popular Code Answers by Language