Click or drag to resize
StringToCharArray Method
Copies the characters in this instance to a Unicode character array.

Namespace: System
Assembly: mscorlib (in mscorlib.dll) Version: 4.0.0.0
Syntax
C#
public char[] ToCharArray()

Return Value

Type: Char
A Unicode character array whose elements are the individual characters of this instance. If this instance is an empty string, the returned array is empty and has a zero length.
See Also