C# Column formatting

后端 未结 5 1778
失恋的感觉
失恋的感觉 2021-01-07 09:27

I\'m trying to format some output to the console but having some problems with a solution. I\'m doing it in C# but everything time I call Console.Write it prints the the ent

5条回答
  •  悲&欢浪女
    2021-01-07 09:44

    You can also utilize StringBuilder's AppendLine or Environment.NewLine - for formatting the rows string before outputting to the Console.

提交回复
热议问题