System::Xml::XmlReaderSettings::get_CheckCharacters method

XmlReaderSettings::get_CheckCharacters method

返回一个指示是否进行字符检查的值。

bool System::Xml::XmlReaderSettings::get_CheckCharacters()

ReturnValue

true to do character checking; otherwise false. The default is true.

另见