Value: null
Reading from the TextReader.Null text reader is similar to reading from the end of a stream:
The TextReader.Read and TextReader.Peek methods return -1.
The TextReader.ReadBlock(Char[], int, int) method returns zero.
The TextReader.ReadLine method returns null.
The TextReader.ReadToEnd method returns an empty string.