FileCommunicatorReadTextLine Method

Reads next line from opened text stream. OpenText method should be called before to open the text stream.

Definition

Namespace: OddPrg.Communication
Assembly: OddPrg.Communication (in OddPrg.Communication.dll) Version: 2.0.0.2 (2.0.0.2)
C#
public string ReadTextLine()

Return Value

String
Next line or null if end of file was reached.

See Also