String.Concat(Enumerable.Repeat("Hello", 4))
int multipler = 10; string TenAs = new string ('A', multipler);