HelperReadTextFile Method |
KotakNet DotNet Library
Namespace:
KotakNet.Bridge
Assembly:
KotakNet.Bridge (in KotakNet.Bridge.dll) Version: 1.0.0.0 (1.0.22.702)
Syntaxpublic Object ReadTextFile(
string filePath,
int linesToRead = 50000,
bool ignoreHeader = false,
bool reverseOrder = false,
bool removeEmpty = true,
int mode = 1
)
Public Function ReadTextFile (
filePath As String,
Optional linesToRead As Integer = 50000,
Optional ignoreHeader As Boolean = false,
Optional reverseOrder As Boolean = false,
Optional removeEmpty As Boolean = true,
Optional mode As Integer = 1
) As Object
Parameters
- filePath
- Type: SystemString
- linesToRead (Optional)
- Type: SystemInt32
- ignoreHeader (Optional)
- Type: SystemBoolean
- reverseOrder (Optional)
- Type: SystemBoolean
- removeEmpty (Optional)
- Type: SystemBoolean
- mode (Optional)
- Type: SystemInt32
Return Value
Type:
Object
See Also