Maverick
Maverick

Reputation: 2032

parse the dataset string to the object

I am receiving data in dataset form, which i have stored in a string. Data is coming in this form:

How can i bind this string to my object.

Upvotes: 0

Views: 221

Answers (1)

Gabson
Gabson

Reputation: 431

Have a look to "Serialization/Deserialization".

Here is a good Exemple

Doc on msdn' website : Here

Upvotes: 1

Related Questions