System::Xml::XmlReader::IsNameToken method
XmlReader::IsNameToken method
Returns a value indicating whether or not the string argument is a valid XML name token.
static bool System::Xml::XmlReader::IsNameToken(const String &str)
Parameter | Type | Description |
---|---|---|
str | const String& | The name token to validate. |
ReturnValue
true if it is a valid name token; otherwise false.
See Also
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.PUB for C++