System::Xml::XmlConvert::IsWhitespaceChar 方法

XmlConvert::IsWhitespaceChar method

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

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

ReturnValue

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

另见