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ètre | Type | Description |
|---|---|---|
| target | const System::TypeInfo& | TypeInfo à vérifier. |
ReturnValue
vrai si la cible est TypeInfo de la classe String, faux sinon.
Voir aussi
- Class TypeInfo
- Class String
- Namespace System
- Library Aspose.Font for C++