Quantcast
Channel: Visual C forum
Viewing all articles
Browse latest Browse all 15302

Converting unmanaged string into managed one

$
0
0

Hi,

How can I convert unmanaged string into a managed one? I want to do something like this:

char s[] = "Application Title";

// some code

this.Text = s;

I got that char[] could be converted into String^.


Viewing all articles
Browse latest Browse all 15302

Trending Articles