Skip to content

Conversion functions #32

@archseer

Description

@archseer

It's time to get all these out of the way.

x_to_list

  • erlang:atom_to_list/1
  • erlang:binary_to_list/1
  • erlang:binary_to_list/3
  • erlang:float_to_list/1
  • erlang:float_to_list/2
  • erlang:integer_to_list/1
  • erlang:integer_to_list/2
  • erlang:pid_to_list/1
  • erlang:tuple_to_list/1
  • erlang:ref_to_list/1
  • erlang:port_to_list/1
  • erlang:fun_to_list/1
  • erlang:bitstring_to_list/1

list_to_x

  • erlang:list_to_atom/1
  • erlang:list_to_binary/1
  • erlang:list_to_float/1
  • erlang:list_to_integer/1
  • erlang:list_to_pid/1
  • erlang:list_to_port/1
  • erlang:list_to_ref/1
  • erlang:list_to_tuple/1
  • string:list_to_integer/1
  • erlang:list_to_integer/2
  • string:list_to_float/1
  • erlang:list_to_existing_atom/1
  • erlang:list_to_bitstring/1

binary_to_x

  • erlang:binary_to_float/1
  • erlang:binary_to_term/1
  • erlang:binary_to_atom/2
  • erlang:binary_to_existing_atom/2
  • erlang:binary_to_integer/1
  • erlang:binary_to_integer/2

x_to_binary

  • erlang:atom_to_binary/2
  • erlang:float_to_binary/1
  • erlang:float_to_binary/2
  • erlang:integer_to_binary/1
  • erlang:integer_to_binary/2
  • erlang:term_to_binary/1
  • erlang:term_to_binary/2

Special

  • unicode:characters_to_binary/2
  • unicode:characters_to_list/2
  • erlang:iolist_to_binary/1
  • erlang:iolist_to_iovec/1

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions