convert string to char array c# code example Example: c# string to character array string chars = "Array"; char[] letters = chars.toCharArray();