0 out of 1 rated this helpful - Rate this topic

File.ReadAllText Method

Opens a text file, reads all lines of the file into a string, and then closes the file.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method Static member ReadAllText(String) Opens a text file, reads all lines of the file, and then closes the file.
Public method Static member ReadAllText(String, Encoding) Opens a file, reads all lines of the file with the specified encoding, and then closes the file.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.