我想要做的是使我通过 Console.Writeline 方法输出的文本无论长度如何都能完美排列。
Example:
// Notice that no matter the length of the text on the left,
// the text on the right is always spaced at least 5 spaces.
this is output text
this is also output text
output text
my output text
我是否必须为此编写自己的方法,或者.Net 是否包含我已经可以使用的东西?