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
 
Back
Top