.NET Helper Packages
C#
Show/Hide TOC
IOHelper
Read
All
Text Method
Overload List
ReadAllText(String)
Opens a text file, reads all lines of the file, and then closes the file.
ReadAllText(String, Encoding)
Opens a file, reads all lines of the file with the specified encoding, and then closes the file.
See Also
Reference
IOHelper Class
Configuration.Helper Namespace
In This Article
Overload List
See Also