get_CanReadBinaryContent()

XmlReader::get_CanReadBinaryContent() method

Returns a value indicating whether the XmlReader implements the binary content read methods.

virtual bool System::Xml::XmlReader::get_CanReadBinaryContent()

Return Value

true if the binary content read methods are implemented; otherwise false.

See Also