Encodes positive integer value into a string by zero-padding it up to the specified number of digits.
            
 Return Value
 Return ValueA string representation of the zero-padded integer
 Remarks
 Remarks
            For example, the integer 123 encoded with a 6 digit maximum would be represented as 000123