Esempio n. 1
0
 public static String AddLeft(this String value, Char add, Int32 count = 1)
 => value.AddLeft(new String(add, count));