Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
GetType Operator
Message
General information
Forum:
ASP.NET
Category:
Other
Miscellaneous
Thread ID:
01012304
Message ID:
01012397
Views:
19
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform