Méthode System::Xml::XmlConvert::IsXmlChar

XmlConvert::IsXmlChar method

Vérifie si le caractère fourni est un caractère XML valide.

static bool System::Xml::XmlConvert::IsXmlChar(char16_t ch)
ParamètreTypeDescription
chchar16_tLe caractère à valider.

ReturnValue

true if the passed in character is a valid XML character; otherwise, false.

Voir aussi