String.ToCharArray Method
.NET Framework 2.0
Copies the characters in this instance to a Unicode character array.
| Name | Description |
|---|---|
| String.ToCharArray () | Copies the characters in this instance to a Unicode character array. Supported by the .NET Compact Framework. |
| String.ToCharArray (Int32, Int32) | Copies the characters in a specified substring in this instance to a Unicode character array. Supported by the .NET Compact Framework. |