read_to_end method

read_to_end

Reads all characters from the current position to the end of the text reader and returns them as one string.

Returns

A string that contains all characters from the current position to the end of the text reader.

def read_to_end(self):
    ...

See Also