Hi,
I tried string[] file = File.ReadAllLines(file_name)
to read a word file.
In debug mode i found that the first few arguments of the string array file are having values like
"��ࡱ�0\0\0\0>\0\0��\t\0\0\0\0\0"
. How can i get rid of this.
In certain files the first 3 arguments of the file[] are filled with these while for few files only the first argument is filled with these unreable characters.
What is the problem and how can i get rid of this.? But my word file does not even have a blank line at the beginning.