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