Read a line from the file.

Namespace: Composite.Core.IO.Plugins.IOProvider
Assembly: Composite (in Composite.dll) Version: 5.3.6135.33083

Syntax

C#
string ReadLine()
Visual Basic
Function ReadLine As String
Visual C++
String^ ReadLine()

Return Value

Returns the read line.

See Also