What is the approved way to convert from char* to System::string and back in C++/CLI? I found a few references to marshal_to<> templated functions on Google, but it appea
One additional link to a summary of possible ways:
http://support.microsoft.com/?kbid=311259