TextInput Constructor (String) |
Open a file for reading. Exceptions associated with the file open
operation may be thrown
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic TextInput(
string inputFileName
)
Parameters
- inputFileName
- Type: SystemString
the name of the file to read from
See Also