3
Answers

Find string in txt file

Photo of toanhoi bui

toanhoi bui

13y
2.5k
1
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

Answers (3)