is it possible to store structure in Text file using c#
Posted
by ratty
on Stack Overflow
See other posts from Stack Overflow
or by ratty
Published on 2010-06-07T10:27:00Z
Indexed on
2010/06/07
10:32 UTC
Read the original article
Hit count: 219
i like store the structure in to the Text file and also retrive the same.
i created a structure name student details consists the values
studentid,student name,student avg.i like to store this structure details in Textfile for many students.after that i like to reteive that details from Textfile using student id.i am working in wondows form application.is it possible in c#.
© Stack Overflow or respective owner