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