HtmlEscape(input, leaveSingleQuotesAlone, leaveDoubleQuotesAlone) Indent(str, by, indentFirstLine) ParseInt(str, default_, style, provider) Replace(str, oldValue, newValue, comparison)
Legend Class Struct Enum Interface Delegate | Constructor Method Property Event Field |
| Extension method: string Repeat(this string, int)Declarationpublic static string Repeat(
this string input,
int numTimes
)Summary
Concatenates the specified number of repetitions of the current string. Parameters| this string | input |
The string to be repeated. | | int | numTimes |
The number of times to repeat the string. |
Returns
A concatenated string containing the original string the specified number of times. |