Converts a decimal number to an octal string
The decimal number to convert
Whether to include prefix: false (no prefix), "lower" (0o), "upper" (0O)
The octal representation as a string
Converts a decimal number to an octal string