FileCommunicatorReadTextLine Method
Reads next line from opened text stream. OpenText method should be called before to open the text stream.
Namespace: OddPrg.CommunicationAssembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
public string ReadTextLine()
Return Value
StringNext line or null if end of file was reached.