Click or drag to resize
HelperStringMultiply Method
String Multiply. Build a string by concatenating copies of the input string.

Namespace: Bio.Util
Assembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntax
public static string StringMultiply(
	string str,
	int count
)

Parameters

str
Type: SystemString
The string to multiply.
count
Type: SystemInt32
The number of copies wanted.

Return Value

Type: String
The multiplied string.
See Also