Click or drag to resize

Document LoadText Method

Overload List
Name Description
Public method LoadText(Stream)
Opens the text document from a stream with default encoding utf-8.
Public method LoadText(TextReader)
Opens the rtf document with specified encoding from a reader.
Public method LoadText(String)
Opens the text document from a file with default encoding utf-8.
Public method LoadText(Stream, Encoding)
Opens the text document with specified encoding from a stream.
Public method LoadText(String, Encoding)
Opens the text document with specified encoding from a file.
Top
See Also