csharp separate string by comma

Code Example - csharp separate string by comma

                
                        string[] words = phrase.Split(' ');