Split string into string array of single characters February 21, 2023 by Tarik I believe this is what you’re looking for: char[] characters = "this is a test".ToCharArray();