PreviousNext

Implementing Repeat() method for strings in C#

by bill-s, 2017-09-09T23:29:35.000Z

C# misses some nice and useful string functions that PHP has. One of these is Repeat() method. I don't need it often but there are sometimes utility and integration projects where Repeat() method is needed for data formatting.

Read More