Converts a decimal number to a fixed length string.
The number to convert.
Number of digits in the returned value, the result will be padded with zeroes.
The fixed length formatted value.
Converts a decimal number to a fixed length string.