IsNameToken()
XmlReader::IsNameToken(const String&) 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)
Arguments
Parameter | Type | Description |
---|---|---|
str | const String& | The name token to validate. |
Return Value
true if it is a valid name token; otherwise false.
See Also
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Slides