Click or drag to resize

StringUtilsReplicate Method (String, Int32)

Replicates an input string n number of times

Namespace:  Koden.Utils
Assembly:  Koden.Utils (in Koden.Utils.dll) Version: 1.1.6453.26060
Syntax
public static string Replicate(
	string input,
	int charCount
)

Parameters

input
Type: SystemString

[Missing <param name="input"/> documentation for "M:Koden.Utils.StringUtils.Replicate(System.String,System.Int32)"]

charCount
Type: SystemInt32

[Missing <param name="charCount"/> documentation for "M:Koden.Utils.StringUtils.Replicate(System.String,System.Int32)"]

Return Value

Type: String

[Missing <returns> documentation for "M:Koden.Utils.StringUtils.Replicate(System.String,System.Int32)"]

See Also