The repeat method returns a new string with a specified number of copies of the string.
System.String repeat(System.Int32 count);
count
Number of times the original string value should be repeated in the new string
Returns the new string object containing copies of the original string.
Member of string.