System::Xml::XmlReaderSettings::get_MaxCharactersFromEntities method

XmlReaderSettings::get_MaxCharactersFromEntities method

Returns a value indicating the maximum allowable number of characters in a document that result from expanding entities.

int64_t System::Xml::XmlReaderSettings::get_MaxCharactersFromEntities()

ReturnValue

The maximum allowable number of characters from expanded entities. The default is 0.

See Also