FileSystem.ReadAllText : Text File Read « Stream File « VB.Net Tutorial






public class Test
   public Shared Sub Main
        Console.WriteLine(My.Computer.FileSystem.ReadAllText("test.txt"))
   End Sub
End class
Hello world!








13.20.Text File Read
13.20.1.FileSystem.ReadAllText
13.20.2.Use StreamReader to read text file
13.20.3.Read text file to the file end
13.20.4.Read text file content in Try Catch block
13.20.5.Read text file line by line