Converts a number to a string with the given radix.
Declaration
BASE(number, radix, radix) -> string
Parameters
- number (type: number)
- The number you want to convert.
- radix (type: number)
- The radix or base in which you want to convert the number to.
Return Values
- string (type: number)
- The converted number as a string
0
0
Was this article helpful?
0 out of 0 found this helpful
Add comment
Please sign in to leave a comment.