atoi

quick & dirty text-to-unsigned int converter. Use only when you know what the content is, or use parse() or convert() instead.

Return the parsed uint

uint
atoi
(
T
)
(
T[] s
,
int radix = 10
)

Meta