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

XmlConvert::IsXmlChar method

يفحص ما إذا كان الحرف المُمرَّ هو حرف XML صالح.

static bool System::Xml::XmlConvert::IsXmlChar(char16_t ch)
معاملنوعالوصف
chchar16_tالحرف للتحقق منه.

ReturnValue

true if the passed in character is a valid XML character; otherwise, false.

انظر أيضًا