Click or drag to resize

ExtensionsFileIOReadTextAsync Method

Overload List
  NameDescription
Public methodStatic memberReadTextAsync(FileInfo)
Reads the contents of the specified file and returns text.
Public methodStatic memberReadTextAsync(DirectoryInfo, String)
Reads the contents of the specified file and returns text.
Public methodStatic memberReadTextAsync(FileInfo, Encoding)
Reads the contents of the specified file and returns text.
Public methodStatic memberReadTextAsync(DirectoryInfo, String, Encoding)
Reads the contents of the specified file and returns text.
Top
See Also