System::Xml::XmlConvert::VerifyTOKEN method
XmlConvert::VerifyTOKEN method
Verifies that the string is a valid token according to the W3C XML Schema Part2: Datatypes recommendation.
static String System::Xml::XmlConvert::VerifyTOKEN(const String &token)
Parameter | Type | Description |
---|---|---|
token | const String& | The string value you wish to verify. |
ReturnValue
The token, if it is a valid token.
See Also
- Class String
- Class XmlConvert
- Namespace System::Xml
- Library Aspose.PDF for C++