Click or drag to resize

StringUtilsReplicate Method (Char, Int32)

Replicates a character n number of times and returns a string

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

Parameters

character
Type: SystemChar

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

charCount
Type: SystemInt32

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

Return Value

Type: String

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

See Also