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