I assume that you have a string representing a type (like "System.String") and you want the System.Type corresponding to System.String: Type ct = Type.GetType("System.String", true); // True throws an exception if the type is not found. -------- "I say no to drugs, but they don't listen." - Marilyn Manson