Ejemplo n.º 1
0
 private static string AddSpacesBefore(this object Number, int Zeros)
 {
     return(Number.AddBeforeSymbols(Zeros, ' '));
 }