Skip to content

To Base Node

Math/Int

Formats an integer as binary, octal, decimal or hexadecimal text

int_to_radixstd
Inputs3
Outputs1
Security exposure10/10
Packagestd

Ratings

Scores range from 0 to 10. Higher values mean more impact, exposure, or operational weight.

SecurityAttack surface and exposure impact.
10/10High
PrivacyPotential sensitivity of processed data.
10/10High
PerformanceRuntime or resource pressure.
10/10High
GovernancePolicy, audit, or compliance impact.
10/10High
ReliabilityOperational stability considerations.
10/10High
CostExternal or compute cost impact.
10/10High

Input Pins

3

Integer

Integer
integer

Input Integer

Base

String
radix

Numeric base

Default Hexadecimal
BinaryOctalDecimalHexadecimal

Uppercase

Boolean
uppercase

Use upper case letters for hexadecimal digits

Default false

Output Pins

1

String

String
string

The formatted number

Node Info

Internal name
int_to_radix
Category
Math/Int