IsPublicIdChar()

XmlConvert::IsPublicIdChar(char16_t) 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)

Arguments

ParameterTypeDescription
chchar16_tChar object to validate.

Return Value

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

See Also