Platform Core .NET Assemblies API
XmlDataReader Constructor(Stream)
See Also  Send Feedback
Terrasoft.Common Namespace > XmlDataReader Class > XmlDataReader Constructor : XmlDataReader Constructor(Stream)
input
The stream that contains data in Xml format.

Glossary Item Box

Initializes a new instance of the XmlDataReader class using the specified stream.

Syntax

 
C#
 
 

Parameters

input
The stream that contains data in Xml format.

Remarks

Method looks for the byte sequence marker or any other encoding attribute in first bytes of a stream. After it has been identified, the encoding is used in the next reading of stream, and the processing procedire continues analyzing incoming data as a Unicode stream.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© Terrasoft 2002-2018.