Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hallo, wie kann man in C++/CLI std::string in String ^ konvertieren ?
Danke!
http://www.c-plusplus.net/forum/viewtopic-var-t-is-158664.html
std::string s1; String^ s = gcnew String(s1.c_str());