Beispiel #1
0
 public string FormatValue(int index)
 {
     return(OutputFormatter.PadLeft(Values[index], MaxWidth));
 }
Beispiel #2
0
 public string FormatHeader()
 {
     return(OutputFormatter.PadCenter(Header, MaxWidth));
 }