I have the name of class ex:"Car" saved as string, now i want to create an instance of it! i think i have to get the type of it first, not sure!
Type.GetType() does not get the type with class name as input, even if it does how to create an instance of it next?