Repeat a character inside another string

"<$("#" * 5) Repeating character example $("#" * 5)>"
Details
This will repeat the given string by the number given inside of another string

Example
PS C:\> "<$("#" * 5) Repeating character example $("#" * 5)>"

<##### Repeating character example #####>