Click or drag to resize

Utils_StringGenerate Method

Creates a new string equal to a text repeated [number] times.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static string Generate(
	string text,
	int number
)

Parameters

text
Type: SystemString
number
Type: SystemInt32

Return Value

Type: String
See Also