Replicates a character n number of times and returns a string
public static string Replicate(char character, int charCount)
Parameters
character
charCount
Overloads:
See also:
Class StringUtils© West Wind Technologies, 1996-2016 • Updated: 12/12/15
Comment or report problem with topic