String to BSTR

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello,

How to convert String object in to BSTR object in Managed C++.NET 2003?

Thanks for help

Regards,
Leonid
 
Leonid,
How to convert String object in to BSTR object in Managed C++.NET 2003?

You can use Marshal::StringToBSTR or SysAllocString (if you first
pin the managed string).



Mattias
 

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