| FileReadLine Method |
Reads a line of text from this file.
Namespace:
Galactic.FileSystem
Assembly:
Galactic.FileSystem (in Galactic.FileSystem.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax Public Function ReadLine As String
public:
String^ ReadLine()
member ReadLine : unit -> string
Return Value
Type:
StringThe line of text read, null if an error occurred while reading.
See Also