Share via


String.ToCharArray Method

Copies the characters in the current String object to an array of Unicode characters.

Overload List

Name Description
String.ToCharArray () Copies the characters in the current String object to an array of Unicode characters.
String.ToCharArray (Int32, Int32) Copies the characters in a specified substring of the current String object to an array of Unicode characters.

Version Information

Available in the .NET Micro Framework versions 2.0, 2.5, 3.0, 4.0, 4.1, and 4.2.

See Also

Reference

String Class
String Members
System Namespace