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
ParametroTipoDescrizione
targetconst System::TypeInfo&TypeInfo da confrontare.

ReturnValue

true se il target è TypeInfo della classe String, false altrimenti.

Vedi anche