polamin
3/10/2017 - 8:01 PM

s = "i", n = 5; return = "iiiii";

s = "i", n = 5; return = "iiiii";

return String.Concat(Enumerable.Repeat(s, n));