VFileInfo.OpenText Method
Namespace: Rebex.IO
Assembly: Rebex.FileSystem.dll (version 7.0.9119)
OpenText()
Method returns an instance of the StreamReader for the file. A caller must dispose the returned StreamWriter.
Declaration
public StreamReader OpenText()
Returns
Type | Description |
---|---|
StreamReader | An instance of the StreamReader for the file. |
Remarks
Returned instance of the StreamReader uses UTF-8 character encoding.