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