Reference: toBaseN
toBaseN(x, N) returns a string with the base-N representation of the non-negative integer x. Example: toBaseN(255, 16) = "FF"
toBaseN(x, N) returns a string with the base-N representation of the non-negative integer x. Example: toBaseN(255, 16) = "FF"