DecimalToBaseX Functoid
Description: The DecimalToBaseX will convert the decimal value provided to Input, to the appropriate number base value using the number base provided to the BaseX input. Related functoids:
Inputs with their allowed values:
- Input
- Literal text entered manually (Must be an integer number value)
- Output of another Functoid (Must be an integer number value)
- Value of a Table (Must be an integer number value)
- BaseX
- Literal text entered manually (Must be an integer number value)
- Output of another Functoid (Must be an integer number value)
- Value of a Table (Must be an integer number value)
_DecimalToBaseX-functoid.png)
Picture of the DecimalToBaseX Functoid
Remark: The number value entered in the BaseX parameter can not be lower then 2 or higher then 62.
Example:
See Figure 1.
_DecimalToBaseX-functoid-example.png)
Figure 1