get_CanReadBinaryContent()

XmlValidatingReader::get_CanReadBinaryContent() method

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

bool System::Xml::XmlValidatingReader::get_CanReadBinaryContent() override

Return Value

true if the binary content read methods are implemented; otherwise false. The XmlValidatingReader class returns true.

See Also