StringReader()

StringReader::StringReader(const String&) constructor

Constructs a new instance of StringReader class that reads characters from the specified string.

System::IO::StringReader::StringReader(const String &s)

Arguments

ParameterTypeDescription
sconst String&The underlying string

See Also