Overload List

NameDescription
LoadText(Stream)
Opens the text document from a stream with default encoding utf-8.
LoadText(TextReader)
Opens the rtf document with specified encoding from a reader.
LoadText(String)
Opens the text document from a file with default encoding utf-8.
LoadText(Stream, Encoding)
Opens the text document with specified encoding from a stream.
LoadText(String, Encoding)
Opens the text document with specified encoding from a file.

See Also