Usually \n represents a new line in C# string.
string str="C# strings new line\n";
string str = "C# strings new line" + System.Environment.NewLine;