私がやりたいことは、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 には既に使用できるものが含まれていますか?