String conversions
Managed C++/CLI
3
Posts
3
Posters
0
Views
1
Watching
-
I want convert managed C++ System.String type to C style, char, tchar, _bstr types. How can i conver to un managed c++ types. Please help.. Murali.
If you don't mind using CString, it can take a System::String in its ctor.
-
I want convert managed C++ System.String type to C style, char, tchar, _bstr types. How can i conver to un managed c++ types. Please help.. Murali.