System::Xml::XmlReader::IsName metodo
XmlReader::IsName method
Restituisce un valore che indica se l’argomento stringa è un nome XML valido.
static bool System::Xml::XmlReader::IsName(const String &str)
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const String& | Il nome da convalidare. |
ReturnValue
true if the name is valid; otherwise, false.
Vedi anche
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Font for C++