System.Xml.XmlReader.CanReadValueChunk Property

Gets a value indicating whether the System.Xml.XmlReader implements the XmlReader.ReadValueChunk(Char[], int, int) method.

Syntax

public virtual bool CanReadValueChunk { get; }

Value

Documentation for this section has not yet been entered.

Remarks

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.

Requirements

Namespace: System.Xml
Assembly: System.Xml (in System.Xml.dll)
Assembly Versions: 2.0.0.0, 4.0.0.0
Since: .NET 2.0