Logo

Programming-Idioms

History of Idiom 55 > diff from v84 to v85

Edit summary for version 85 by cdsf:
dwscd

Version 84

2020-03-09, 12:00:07

Version 85

2020-03-09, 12:00:30

Idiom #55 Convert string to integer

Create the string representation s (in radix 10) of integer value i.

Illustration

Idiom #55 Convert integer to string

Create the string representation s (in radix 10) of integer value i.

Illustration
Extra Keywords
int base radix conversion
Extra Keywords
int base radix conversion