csharp string replace comma with newline

Code Example - csharp string replace comma with newline

                
                        string res = res.Replace(',', '\n');