When your App outputs some text, you probably will want to split your strings by adding carriage return. Of course, you can declare this as a constant string: private const string CRLF = "/r/n";
or use predefined constant from Environment: Environment.NewLine
6da3b949-2615-4ec6-9132-566661ea89c9|1|5.0