I forgot! If I have an array of chars[], how can I show them in a textbox without System.Char[] being shown when I do:

theChars.ToString();

?