Click or drag to resize
StringReader Constructor
Creates new instance of string reader.

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

Parameters

s
Type: SystemString
Input string
See Also