Click or drag to resize
StreamReaderNew Method (String)
Returns new instance of stream reader class.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static StreamReader New(
	string path
)

Parameters

path
Type: SystemString
Path

Return Value

Type: StreamReader
See Also