Indicates the newline used in the output.
public string? NewLine { get; set; }
Defaults to "\r\n" or "\n", depending on the platform.
"\r\n"
"\n"