Metodo System::String::Is
String::Is method
Verifica se l’oggetto stringa è del tipo specificato da TypeInfo passato.
bool System::String::Is(const System::TypeInfo &target) const
| Parametro | Tipo | Descrizione |
|---|---|---|
| target | const System::TypeInfo& | TypeInfo da confrontare. |
ReturnValue
true se il target è TypeInfo della classe String, false altrimenti.
Vedi anche
- Class TypeInfo
- Class String
- Namespace System
- Library Aspose.Font for C++