Static string extension that allows creating a repeated string.

var zeros = String.repeat("0",100);