StringsRepeat Method
Repeats the indicated character a number of times.
Namespace: Aliquo.CoreAssembly: Aliquo.Core (in Aliquo.Core.dll) Version: 5.0.9179.22651
public static string Repeat(
int number,
string character
)
Public Shared Function Repeat (
number As Integer,
character As String
) As String
- number Int32
- Times to repeat.
- character String
- Character to repeat.
StringString with the string with character repetitions.