int to_string(arg)
mixed arg

Converts arg into a string. Example: to_string(({'a','b','c'}))="abc".

See also: to_array, to_float, to_int.
