public static string FileGetLine( string path, string numberOfLine, bool removeLine, bool removeEmptyFile )
Parameters
- path
Type: System.String
Path to the source file.
- numberOfLine
Type: System.String
The number of the line.
- removeLine
Type: System.Boolean
true if remove the used line; otherwise, false.
- removeEmptyFile
Type: System.Boolean
true if need to remove empty source file after sampling; otherwise, false.
Return Value
Type: System.String
String after spliting and sampling.