Convert string from String

  • Thread starter Thread starter Soja
  • Start date Start date
Soja said:
how can i convert a String to string format.

..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
 

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

Back
Top