VerifyPublicId()

XmlConvert::VerifyPublicId(const String&) 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)

Arguments

ParameterTypeDescription
publicIdconst String&String that contains the id to validate.

Return Value

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

See Also