get_CanReadBinaryContent()

XmlNodeReader::get_CanReadBinaryContent() method

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

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

Return Value

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

See Also