Met Readall
# ASP ReadAll Method
* * Complete TextStream Object Reference](#)
* * *
The ReadAll method reads an entire TextStream file and returns the result as a string.
**Note:** This method is not suitable for large files (it wastes memory resources).
### Syntax
TextStreamObject.ReadAll
### Example
Output:
The text in the file is: Hello World!
* * Complete TextStream Object Reference](#)
YouTip