I am converting my old C project to c# project to explore the language.

My C program is a viewer , which reads a file and displays Data and parameters in different formats and print them .

I have used plenty of structures in my c code.

Now should I convert them to classes and use ?

or

I should define a class and use structures inside ?

pl guide ..

Thanking you ..