Hello everybody!
I want to find a string in the txt file. Example I have a file .File Name is test.txt and data in this file has "Hello Everybody . I am Toan" . And I enter a string "I am" ,the result will return "true" because the file constains the string. I am using C#. Can you help me to do it? Thanks very much