| FileReadAllText Method | 
 Overload List
Overload List| Name | Description | |
|---|---|---|
|  | ReadAllText(String) | 
            Opens a text file, reads all lines of the file, and then closes the file.
            (Overrides AbstractFileReadAllText(String).) | 
|  | ReadAllText(String, Encoding) | 
            Opens a text file, reads all lines of the file, and then closes the file.
            (Overrides AbstractFileReadAllText(String, Encoding).) | 
 See Also
See Also