Convert char to String^

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^ ?
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.
Thumper, YES! THAT'S IT!! Thank you! Thank you!!!
Topic archived. No new replies allowed.