System::Xml::XmlConvert::VerifyPublicId method

XmlConvert::VerifyPublicId method

Returns the passed in string instance if all the characters in the string argument are valid public id characters.

static String System::Xml::XmlConvert::VerifyPublicId(const String &publicId)
ParameterTypeDescription
publicIdconst String&String that contains the id to validate.

ReturnValue

The passed-in string if all the characters in the argument are valid public id characters.

See Also