I faced a problem cannot convert parameter from 'System::String ^' to 'std::string'. How can i convert System::String^ into standard C++ string in Visual C++ environment ?
I faced a problem cannot convert parameter from ‘System::String ^’ to ‘std::string’ . How
Share
From this link at Microsoft: