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.
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.
Show: