Array to String

Doesn't look like I can do this directly? Convert a 4-element integer array to a string?

Do I have to create the string with a loop, adding each element one by one?

The desire is to end up with a string like: [15,4,28,102]

Thanks!