Mono Class Library: System.String Overview | Members

System.String.ToCharArray Overloads

The overloads of ToCharArray are listed below. For a list of all members, see the String Members list.

Public Methods

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.