System::Xml::XmlConvert::IsXmlChar 方法

XmlConvert::IsXmlChar method

检查传入的字符是否为有效的 XML 字符。

static bool System::Xml::XmlConvert::IsXmlChar(char16_t ch)
参数类型描述
chchar16_t要验证的字符。

ReturnValue

true if the passed in character is a valid XML character; otherwise, false.

另见