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