'Declaration Public Overloads Shared Function ReadAllText( _ ByVal path As System.String _ ) As System.String
public static System.string ReadAllText( System.string path )
Parameters
- path
- The file to open for reading.
Return Value
A string containing all lines of the file.