CategoriesDocumentFormatter.CanRead(XmlReader) Method

Definition

Verifies whether the specified XmlReader contains a valid Atom 1.0 categories document.

public:
 abstract bool CanRead(System::Xml::XmlReader ^ reader);
public abstract bool CanRead (System.Xml.XmlReader reader);
abstract member CanRead : System.Xml.XmlReader -> bool
Public MustOverride Function CanRead (reader As XmlReader) As Boolean

Parameters

reader
XmlReader

The XmlReader to read from.

Returns

A value that specifies whether the XmlReader contains a valid Atom 1.0 categories document.

Applies to