طريقة System::Xml::XmlWriterSettings::get_CheckCharacters

XmlWriterSettings::get_CheckCharacters method

يرجع قيمة تشير إلى ما إذا كان كاتب XML يجب أن يتحقق لضمان أن جميع الأحرف في المستند تتطابق مع القسم “2.2 Characters” من توصية W3C XML 1.0 Recommendation.

bool System::Xml::XmlWriterSettings::get_CheckCharacters()

ReturnValue

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

انظر أيضًا