multiply a string in c# code example Example: c# multiply string int multipler = 10; string TenAs = new string ('A', multipler);