print to char array in c# code example Example: string to char array c# string chars = "Array"; char[] letters = chars.ToCharArray();