|
by Brendan Enrick via Brendan Enrick on 1/30/2009 4:00:00 PM
I was working on a code snippet I plan to put into a blog post, and while writing it I needed to convert and array of integers to an array of strings. I try to think of a quick easy way to do this and none comes to mind. Well, I of course know that I could just loop through them and convert them from ints to strings, but that is really lame especially when I want the code to be small so I can put it in a blog post.
So there are a few options that present themselves when you are looking for a met
... [ read more ]
|