C# parse words from text code example Example: parse strings into words C# string text = "Hello World!" string[] textSplit = text.Split();