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