csharp streamwriter add new line

Code Example - csharp streamwriter add new line

                
                        writer.Write(String.Format("{0}{2}{2}{1}", this.currentRealWorldObj.Title, this.currentRealWorldObj.Description,Environment.NewLine));