how to split string character in c# code example Example: parse strings into words C# string text = "Hello World!" string[] textSplit = text.Split();