c# split string by comma into array code example Example: c# separate string by comma string[] words = phrase.Split(' ');