klyn.String.lpad
method
public lpad(width as UInt, fill as Char = ' ') as String:
Description
Left pads this string in place to the target width.
Parameters
  • width Target width.
  • fill Fill character (default: space).
Returns
This string.