FileReadAsync

Parent Previous Next

FileReadAsync

Description: the method reads the specified file

Syntax: FileReadAsync(string encoding, string filename)

Return value: string


Example:

string text = await tester.FileReadAsync(Tester.UTF8, "C:\\Hat\\file.txt");

Created with the Personal Edition of HelpNDoc: Free HTML Help documentation generator