I have some code:
public static void ReadTextFile() { string line; // Read the file and display it line by line. using (StreamR
You have white space/tabs like this? " Hello " ?
Trim remove white spaces and tabs too