Community

Convert string to char array in C#

(Mahesh Chand) The ToCharArray method of the string class converts a string to a character array. The following code snippet creates a string into a char array.

Read More - Register for Free Membership