C++ .NET convert System::String to std::string

Viewed 71639

How do you convert System::String to std::string in C++ .NET?

6 Answers
Related