The number.toZeroFillString() function allows you to convert a number to a '0' left-padded string to the length provided to the function.
Parameters
- length
Examples
The number.toZeroFillString() function allows you to convert a number to a '0' left-padded string to the length provided to the function.