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

XmlConvert::IsNCNameChar method

يتحقق مما إذا كان الحرف المُمرَّر من نوع حرف غير نقطتين صالح.

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

ReturnValue

true if the character is a valid non-colon character type; otherwise, false.

انظر أيضًا