トルネード

毛利のメモ書き

C# Console 文字列右詰め左スペース

Console.WriteLine("{0}", ((int)1).ToString().PadLeft(10));

PadLeft()を使う。