Replicates an input string n number of times
public static string Replicate(string input, int charCount)
Parameters
input
charCount
Overloads:
See also:
Class StringUtils© West Wind Technologies, 1996-2024 • Updated: 06/29/24
Comment or report problem with topic