Click or drag to resize
StringReaderNew Method
Creates new instance of string reader.

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

Parameters

s
Type: SystemString
Input string

Return Value

Type: StringReader
See Also