System::Xml::XmlTextReader::get_CanReadBinaryContent метод

XmlTextReader::get_CanReadBinaryContent method

Возвращает значение, указывающее, реализует ли XmlTextReader методы чтения бинарного содержимого.

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

ReturnValue

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

См. также