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.

另见