System::Xml::XmlConvert::IsStartNCNameChar method

XmlConvert::IsStartNCNameChar method

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

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

ReturnValue

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

انظر أيضًا