Method Repeat
Repeat(string, int)
Repeats the string n
times.
public static string? Repeat(this string str, int n)
Parameters
Returns
Remarks
This is a Terminal.Gui extension method to string to support TUI text manipulation.
Repeats the string n
times.
public static string? Repeat(this string str, int n)
This is a Terminal.Gui extension method to string to support TUI text manipulation.