Groups | Blog | Home
all groups > dotnet framework > may 2006 >

dotnet framework : how to retrieve a "Type" for a type expressed in string


Benny
5/5/2006 2:33:02 PM
String.GetType().FullName == "System.String".

Given the string "System.String", how can I get an instance of Type for
Benny
5/5/2006 2:54:02 PM
Thank you!

[quoted text, click to view]
Göran Andersson
5/5/2006 11:45:50 PM
Type.GetType("System.String")

[quoted text, click to view]
AddThis Social Bookmark Button