Gets a value indicating whether the System.Xml.XmlReader implements the XmlReader.ReadValueChunk(Char[], int, int) method.
Documentation for this section has not yet been entered.
Text parsing System.Xml.XmlReader objects that were created from the static erload:System.Xml.XmlReader.Create method always return true. All other Microsoft .NET Framework implementations of the System.Xml.XmlReader class, including the System.Xml.XmlTextReader class, return false.
If this property returns false a NotSupportedException is returned when the XmlReader.ReadValueChunk(Char[], int, int) method is called.