Replicates a character n number of times and returns a string You can use new string(char, count)
directly though.
public static string Replicate(char character, int charCount)
Parameters
character
charCount
Overloads:
See also:
Class StringUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic