views:

267

answers:

1

Is there any built in functionality to convert an ArrayCollection to a jagged string array? I have an Arraycollection of objectproxies that I get from a SOAP webservice (asp.net datatable) that I modify and want to send back.

Thanks, Brian

A: 

I just ended up writing something myself to do it. I was just hoping that there was another way.

Bernesto