String stringBase(Int num, Int base)
Arguments
num: The number to convertbase: The base the number is in
Usage
Convert an integer in the given base to a string. Currently the base may only be decimal (10), hex (16), or octal (8).
num: The number to convertbase: The base the number is inConvert an integer in the given base to a string. Currently the base may only be decimal (10), hex (16), or octal (8).