conversion_decimal_to_binary
Convert a decimal integer into its binary string representation without the '0b' prefix for display, logging, or bit-level analysis.
Instructions
Convert a decimal integer to its binary string representation (without '0b' prefix).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| value | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |