StringReader (System.IO.StringReader)

Inherits: System.IO.TextReader

Interfaces: IDisposable

Derived Types: 0

Assembly: mscorlib.dll

Implements a TextReader that reads from a string.

VB.NET C#

C#

public class StringReader : System.IO.TextReader, System.IDisposable
{
}

Articles

www.skelta.com

xml = new XmlTextReader(new System.IO.StringReader(data)); Workflow.NET.Web.Designer.ProcessDesigner designer = new Workflow.NET.Web.Designer.ProcessDesigner(

AASoftech FAQ Page

System.IO.StringReader reader = new System.IO.StringReader(editXML.Text); XmlDocument doc = new XmlDocument(); doc.Load(reader); HttpContext.Current.Session["ChartXML"] = doc;

editing_xml [HTMLEditor Documentation wiki]

Public Function ConvertToXHTML ( ByVal strInputHtml As String ) As String Dim reader As New Sgml. SgmlReader reader. DocType = "HTML" Dim sr As System. IO . StringReader = New System. IO . ...

Mono Documentation

The constructors of System.IO.StringReader are listed below. For a list of all members, see the StringReader Members list. See Also: Inherited members from System.IO ...

Mono Documentation

The members of System.IO.StringReader are listed below. See Also: Inherited members from System.IO.TextReader [ ...

StringReader Class

Implements a TextReader that reads from a string. For a list of all members of this type, see StringReader Members . System.Object     System.MarshalByRefObject

StringReader Class (System.IO)

Implements a TextReader that reads from a string. ... To do this... See the example in this topic... Create a text file. How to:

System.IO.StringReader Class

Summary Constructs and initializes a new instance of the StringReader class that reads from the specified string. Parameters s The String to be initialized to.

Custom .NET Training ASP.NET Training Silverlight Training LINQ Training IT Support