| FileReadAllAsText Method |
Reads the entire contents of this text file, and returns it as a string.
Namespace:
Galactic.FileSystem
Assembly:
Galactic.FileSystem (in Galactic.FileSystem.dll) Version: 1.3.0.499 (1.3.0.499)
Syntax public string ReadAllAsText()
Public Function ReadAllAsText As String
public:
String^ ReadAllAsText()
member ReadAllAsText : unit -> string
Return Value
Type:
StringThe contents of this text file as a string, null if it could not be read or there
was an error while reading.
See Also