number_base_converter
Convert numbers between binary, octal, decimal, and hexadecimal by specifying the source base and the number value.
Instructions
Convert numbers between binary, octal, decimal, and hexadecimal.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes | The number to convert (as a string to support all bases) | |
| from_base | Yes | Source base: 2=binary, 8=octal, 10=decimal, 16=hex |