ReadString¶
Read the contents of a file or stream as a string.
Reading a stream takes everything left in it:
A second argument gives a terminator, so repeated reads yield the fields between separators:
A stream with nothing left gives EndOfFile: