Ejemplo n.º 1
0
 public static string Indent(string s, int indentation)
 {
     return(StringUtils.Indent(s, indentation, ' '));
 }