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.

另见