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