0

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

o.k.w
  • 25,490
  • 6
  • 66
  • 63
Bernesto
  • 1,368
  • 17
  • 19
  • Not that I know of, you might have to code it yourself. Shouldn't be too difficult though the testing might be tedious. – o.k.w Oct 10 '09 at 06:00
  • This ight be helpful http://stackoverflow.com/questions/1099731/initialize-a-jagged-array-the-linq-way – o.k.w Oct 10 '09 at 06:09

1 Answers1

0

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

Bernesto
  • 1,368
  • 17
  • 19