Click or drag to resize
FileInfoOpenTextInternal Method
Creates a StreamReader with UTF8 encoding that reads from an existing text file.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
Syntax
C#
protected abstract StreamReader OpenTextInternal()

Return Value

Type: StreamReader
See Also