The Split method returns an array of strings split from a set of delimiters. It's an easy way to extract substrings from a string. The xref:System.String.Split%2A ...