Skip to content

From Base Node

Math/Int

Parses an integer from binary, octal, decimal or hexadecimal text

int_from_radixstd
Inputs2
Outputs2
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

2

String

String
string

Text to parse

Base

String
radix

Numeric base

Default Hexadecimal
BinaryOctalDecimalHexadecimal

Output Pins

2

Integer

Integer
integer

The parsed integer

Success

Boolean
success

True when the text was a valid number in that base

Node Info

Internal name
int_from_radix
Category
Math/Int