File ReadAllText Method Kentico 8.1 API Reference
Overload List

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