StringsRepeat Method

Repeats the indicated character a number of times.

Definition

Namespace: Aliquo.Core
Assembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
C#
public static string Repeat(
	int number,
	string character
)

Parameters

number  Int32
Times to repeat.
character  String
Character to repeat.

Return Value

String
String with the string with character repetitions.

See Also