AbstractFile ReadAllText Method Kentico 8.0 API Reference
Overload List

  NameDescription
Public methodReadAllText(String)
Opens a text file, reads all lines of the file, and then closes the file.
Public methodReadAllText(String, Encoding)
Opens a text file, reads all lines of the file, and then closes the file.
Back to Top
See Also