Hi All
I have a .dat file in which content is like
X)YF(6ÿÿÿÿÿ™Iÿÿÿÿ which is in ascii
i want to convert it to simple text (readable)
first i need to read this .dat file then convert it to readable text.
pls help me how can i do it with C#
Thanks.