Variable for the number zero.
Variable for the number zero in string form.
Formats a number to a string in the format: NN. If a number less than 10 is provided, prepends the number 0 and
then returns, otherwise returns the number as a string.
The number to convert to a two number string.
A string in the NN format.
Generated using TypeDoc
Utility class containing a bunch of helper methods for commonly used number interactions and other methods as
shortcuts.