hi
I have a problem reading a file created in mfc project; i want to read its contents using c#
it is saved as xxx.dat; i suspect it is a serialized class; because the file stores information of three entities with members: service, type, frequency etc
when i open it in note pad it looks like
› ¦ * d Z d i _ d GTDirectDial/A
àÇÆE ~ < Hourly Monitor
ÐaæP ðÒ Prepaid ICM/DT
ÐÈÖD ðÒ <
any idea how read this file in c#?