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

XmlConvert::IsNCNameChar method

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

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

ReturnValue

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

انظر أيضًا