How to convert an integer to a string in Erlang? March 21, 2023 by Tarik There’s also integer_to_list/1, which does exactly what you want, without the ugliness.