Documentation for this section has not yet been entered.
Returns a new char array containing a copy of the chars in this string. This is expensive and rarely useful. If you just want to iterate over the chars in the string, use String.CharAt(int) instead.