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

XmlConvert::IsStartNCNameChar method

يفحص ما إذا كان الحرف المُمرَّ هو نوع حرف بدء اسم صالح.

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

ReturnValue

true if the character is a valid Start Name Character type; otherwise, false.

انظر أيضًا