LazyColumn.str.zfill
zfill
Pads each string in the column on the left with zeros ('0') to make it of specified width.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
width
|
int
|
The total width of the resulting string after padding. |
required |
Returns:
| Name | Type | Description |
|---|---|---|
LazyColumn |
LazyColumn
|
A new LazyColumn with the strings left-padded with '0' to the given width. |
Examples: