View on GitHub

LiTools

Tools

File.ReadTextFile method

Read file as string.

public static Tuple<bool, string> ReadTextFile(string filename)
parameter description
filename filename to file to read.

Return Value

true if file is read | data as string.

See Also