IsName()
XmlReader::IsName(const String&) method
Returns a value indicating whether the string argument is a valid XML name.
static bool System::Xml::XmlReader::IsName(const String &str)
Arguments
Parameter | Type | Description |
---|---|---|
str | const String& | The name to validate. |
Return Value
true if the name is valid; otherwise, false.
See Also
- Class String
- Class XmlReader
- Namespace System::Xml
- Library Aspose.Slides