decode dat files

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi everybody

1)how can i get the encoding type a dat file?

2)how can i decode it?
 
Hi,
1)how can i get the encoding type a dat file?

Hmm, not sure what do you mean by saying 'encoding type'. Is it
System.Text.Encoding? If so, I believe this type is hardly applicable to
..dat files unless their content is purely textual.
2)how can i decode it?

This is a meaningless question, here's why. The .dat extension is purely
generic, it does not refer to any particular data format or binary/textual
file layout. Or, I am missing the point of your question, can you please
reply with more info?
 
first of all thanks a lot.
i try to explain my problem. i have a .dat file and i want to see the human
readable form of this files content. it must be possible to make it with c#
file and io operations but i dont know how it is...

and if its possible please give me an example
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top