您的位置: 首页 > 技术问答 > 将System.String转换为LPCWSTR 将System.String转换为LPCWSTR 分类: 技术问答 • 2022-05-04 19:00:26 问题描述: 如何在C ++ 2005 CLR项目中将System.String转换为LPCWSTR? How do I convert a System.String to a LPCWSTR in a C++ 2005 CLR project? 答 How to: Convert System::String to wchar_t* or char* [^] :)