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

Namespace: CMS.AmazonStorage
Assembly: CMS.AmazonStorage (in CMS.AmazonStorage.dll) Version: 8.2.23
Syntax
C#
public override StreamReader OpenText()

Return Value

Type: StreamReader
See Also