Click or drag to resize
Galactic API

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()

Return Value

Type: String
The contents of this text file as a string, null if it could not be read or there was an error while reading.
See Also