PadLeftExtension extension
Provides a padLeft extension method on int.
Methods
-
padLeft(int minimumWidth)
→ String
-
Available on int,
provided by the PadLeftExtension extension
Returns a string representation of this int, left-padded with zeroes if
necessary to have the specified minimum number of characters.