I'm passing a bunch of ints to this method...and want to convert them all to one string with spaces in between the ints

ex. "1 4 8 9"

I'm not sure how to use the wrapper class of Integer...