System::Xml::XmlConvert::IsPublicIdChar méthode

XmlConvert::IsPublicIdChar method

Renvoie l’instance du caractère fourni si le caractère passé en argument est un caractère d’identifiant public valide, sinon nullptr.

static bool System::Xml::XmlConvert::IsPublicIdChar(char16_t ch)
ParamètreTypeDescription
chchar16_tChar objet à valider.

ReturnValue

Le caractère fourni si le caractère est un caractère d’identifiant public valide, sinon nullptr.

Voir aussi