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

XmlConvert::IsXmlChar method

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

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

ReturnValue

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

انظر أيضًا