CreateTextReader Method (Byte[], Int32, Int32, XmlDictionaryReaderQuotas)

XmlDictionaryReader.CreateTextReader Method (Byte(), Int32, Int32, XmlDictionaryReaderQuotas)

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Creates an instance of XmlDictionaryReader.

Namespace:  System.Xml
Assembly:  System.Runtime.Serialization (in System.Runtime.Serialization.dll)

'Declaration
Public Shared Function CreateTextReader ( _
	buffer As Byte(), _
	offset As Integer, _
	count As Integer, _
	quotas As XmlDictionaryReaderQuotas _
) As XmlDictionaryReader

Parameters

buffer
Type: System.Byte ()
The buffer from which to read.
offset
Type: System.Int32
The starting position from which to read in buffer.
count
Type: System.Int32
The number of bytes that can be read from buffer.
quotas
Type: System.Xml.XmlDictionaryReaderQuotas
The quotas applied to the reader.

Return Value

Type: System.Xml.XmlDictionaryReader
An instance of XmlDictionaryReader.

The reader created is optimized for reading UTF-8 text.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft