Convert char to String^

Sep 18, 2010 at 9:14pm
I have data in a char variable defined as char[20]. I need to display the char data in a textBox but it appears that the only data that a textBox will accept is data defined as String^. I am using MS Visual Studio 2008, Windows Forms Application. Does anyone know how to convert char to String^ ?
Sep 18, 2010 at 9:59pm
Sep 19, 2010 at 12:30am
R0mai, Of course I've spent a lot of time searching the internet before I inquired here but I have found nothing that works. I was hoping that someone else may have run in to this problem and may have an answer.
Sep 19, 2010 at 12:51am
Sep 19, 2010 at 9:54am
Thumper, YES! THAT'S IT!! Thank you! Thank you!!!
Topic archived. No new replies allowed.