Logo

Programming-Idioms

History of Idiom 55 > diff from v15 to v16

Edit summary for version 16 by :

Version 15

2015-09-03, 16:17:46

Version 16

2015-09-04, 11:01:14

Idiom #55 Convert integer to string

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

Idiom #55 Convert integer to string

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

Code
s = Integer.to_string(i)
Doc URL
http://elixir-lang.org/docs/v1.0/elixir/Integer.html#to_string/1
Demo URL
http://play.elixirbyexample.com/s/6d5cafc2b7