PadLeftExtension extension

Provides a padLeft extension method on int.

on

Methods

padLeft(int minimumWidth) String
Returns a string representation of this int, left-padded with zeroes if necessary to have the specified minimum number of characters.