
Difference between two different ways of doing things
Alok,
Quote:
>typeof(System.String) and
>System.Type.GetType("System.String")
>Which is better method of getting a Type?
Depends on what you're doing. typeof() gives you compile-time type
checking, which is a good thing.
Mattias
===
http://www.msjogren.net/dotnet/
Please reply only to the newsgroup.