méthode System::String::Is

String::Is method

Vérifie si l’objet chaîne est du type spécifié par le TypeInfo fourni.

bool System::String::Is(const System::TypeInfo &target) const
ParamètreTypeDescription
targetconst System::TypeInfo&TypeInfo à vérifier.

ReturnValue

vrai si la cible est TypeInfo de la classe String, faux sinon.

Voir aussi