I am currently using:
public static Type FindType(string qualifiedTypeName) { Type t = Type.GetType(qualifiedTypeName); if (t != null)