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)
ParameterTypeDescription
tokenconst String&The string value you wish to verify.

ReturnValue

The token, if it is a valid token.

See Also