Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
GetType Operator
Message
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Divers
Thread ID:
01012304
Message ID:
01012397
Vues:
20
This message has been marked as the solution to the initial question of the thread.
Einar,

Try the following:-
System.Type t;
t = typeof(String);
Or ...
System.Type t;
t = object.GetType();
Regards
Neil
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform