System::Xml::XmlConvert::IsWhitespaceChar 方法
XmlConvert::IsWhitespaceChar method
检查传入的字符是否为有效的 XML 空白字符。
static bool System::Xml::XmlConvert::IsWhitespaceChar(char16_t ch)
| 参数 | 类型 | 描述 |
|---|---|---|
| ch | char16_t | 要验证的字符。 |
ReturnValue
true if the passed in character is a valid XML whitespace character; otherwise, false.
另见
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.Font for C++