Migrate a CString to managed dotNet c++

G

G m B

Hi.
Im trying to migrate an unmanaged MFC DLL to a managed dotNet . How I can
migrate a CString to a managed dotNet ?
Thanks
Giovanni.
 
S

Stoyan Damov

You don't. Use the String class (in System namespace), and StringBuilder
class in (System::Text namespace).

Good luck,

Stoyan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top