G
GS
Hello,
I have string collection. I want to concatate all collection members using new line character. How do I do that in minimum amount of code?
Thanks
G
myItem.ShipToLocation is String Collection
I'd like to use something like Response.Write (string.Concat(myItem.ShipToLocation.ToArray()) or something but this does not work.
I have string collection. I want to concatate all collection members using new line character. How do I do that in minimum amount of code?
Thanks
G
myItem.ShipToLocation is String Collection
I'd like to use something like Response.Write (string.Concat(myItem.ShipToLocation.ToArray()) or something but this does not work.