طريقة System::Xml::XmlConvert::IsXmlSurrogatePair

XmlConvert::IsXmlSurrogatePair method

يفحص ما إذا كان زوج الحروف البديلة المُمرَّ هو حرف XML صالح.

static bool System::Xml::XmlConvert::IsXmlSurrogatePair(char16_t lowChar, char16_t highChar)
معاملنوعالوصف
lowCharchar16_tحرف البديل للتحقق منه.
highCharchar16_tحرف البديل للتحقق منه.

ReturnValue

true if the passed in surrogate pair of characters is a valid XML character; otherwise, false.

انظر أيضًا