can you split by commas in C# code example Example: c# separate string by comma string[] words = phrase.Split(' ');