System::Xml::XmlReader::IsName メソッド
XmlReader::IsName method
文字列引数が有効な XML 名かどうかを示す値を返します。
static bool System::Xml::XmlReader::IsName(const String &str)
| パラメーター | 型 | 説明 |
|---|---|---|
| str | const String& | 検証する名前です。 |
ReturnValue
true if the name is valid; otherwise, false.
参照
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Page for C++