Method GetLinesCount
GetLinesCount(string)
Gets a number of lines in the specified file.
public static int GetLinesCount(string fileName)
Parameters
fileName
stringName of file to check.
Gets a number of lines in the specified file.
public static int GetLinesCount(string fileName)
fileName
stringName of file to check.