Overview
>
klyn
>
String
>
center
Overview
Index
Tree
Deprecated
klyn.String.center
method
public center(width as UInt, fill as Char = ' ') as String:
Description
Centers this string in place to the target width.
Parameters
width Target width.
fill Fill character (default: space).
Returns
This string.