MattWoberts
Programmer
Hi,
In VB and most other languages, there are functions that take an array amd return a string representation of it, using whatever you supply as a delimiter.
I can't find the equivilent in c# - is there anything?
I have an array of ints, and I want to get them into a string of format "1,3,4,5"
I can do this by looping through the array in code, but surely theres an easier way?
In VB and most other languages, there are functions that take an array amd return a string representation of it, using whatever you supply as a delimiter.
I can't find the equivilent in c# - is there anything?
I have an array of ints, and I want to get them into a string of format "1,3,4,5"
I can do this by looping through the array in code, but surely theres an easier way?