c++ cli convert string to string^

C++
string str = "Here";
String^ Str = gcnew String(str.c_str());

Source

Also in C++: