RepeatString
Create a string that contains a specified number of repetitions of the specified string.
Method Signature
Arguments
Argument | Type | Required | Description | Default |
---|---|---|---|---|
|
|
| The string to repeat. | |
|
|
| The number of times to repeat the string. |
Examples
Related
Last updated