Click or drag to resize
ZipFileReadAllText Method
Overload List
  NameDescription
Public methodReadAllText(String)
Opens a text file, reads all lines of the file, and then closes the file.
(Overrides AbstractFileReadAllText(String).)
Public methodReadAllText(String, Encoding)
Opens a text file, reads all lines of the file, and then closes the file.
(Overrides AbstractFileReadAllText(String, Encoding).)
Top
See Also