System::Xml::XmlConvert::IsPublicIdChar method

XmlConvert::IsPublicIdChar method

Returns the passed-in character instance if the character in the argument is a valid public id character, otherwise nullptr.

static bool System::Xml::XmlConvert::IsPublicIdChar(char16_t ch)
ParameterTypeDescription
chchar16_tChar object to validate.

ReturnValue

The passed-in character if the character is a valid public id character, otherwise nullptr.

See Also