Formats the given string value to contain at least the given number of characters, adding the given padding character at the end of the value if needed.
the value to format.
The desired minimum number of characters.
The padding character.
the formatted result.
Generated using TypeDoc
Formats the given string value to contain at least the given number of characters, adding the given padding character at the end of the value if needed.