You are looking for System.Environment.NewLine.
On Windows, this is equivalent to \r\n though it could be different under another .NET implementation, such as Mono on Linux, for example.
You are looking for System.Environment.NewLine.
On Windows, this is equivalent to \r\n though it could be different under another .NET implementation, such as Mono on Linux, for example.