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.Page for C++