Mono Class Library: System.String Overview | MembersSystem.String.ToCharArray Overloads |
The overloads of ToCharArray are listed below. For a list of all members, see the String Members list.
ToCharArray() : char[] Copies the characters in the current instance to a Unicode character array.ToCharArray(int, int) : char[] Copies the characters in a specified substring in the current instance to a Unicode character array.