Jump to content

Convert string[][] to DataTable


TotalWhat

Recommended Posts

Hey! I have a webservice that returns a List<List<string>>. But when it passes through the SOAP document it comes out as string[][] for some reason. Anyway I need to convert this string[][] to a DataTable so I can use it in a DataGridView. Thank you for your help!

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...