W William DePalo [MVP VC++ ] Aug 18, 2003 #2 Soja said: how can i convert a String to string format. Click to expand... ..Net String to STL string? If so, #include <vcclr.h> and call PtrToStringChars() on the managed string to get a pointer to the UNICODE characters that it contains. Regards. Will
Soja said: how can i convert a String to string format. Click to expand... ..Net String to STL string? If so, #include <vcclr.h> and call PtrToStringChars() on the managed string to get a pointer to the UNICODE characters that it contains. Regards. Will
T Tomas Restrepo \(MVP\) Aug 18, 2003 #3 Soja, how can i convert a String to string format. Click to expand... I presume by "string" you mean "std::string". If so, look at http://www.winterdom.com/mcppfaq/archives/000111.html
Soja, how can i convert a String to string format. Click to expand... I presume by "string" you mean "std::string". If so, look at http://www.winterdom.com/mcppfaq/archives/000111.html