I've many objects, each of which I have information in string about its type.
like:
string stringObjectType = "DateTime";
While running, I have no object itself.
So I can not test it typeof (object)
How can I get while running the type of the object by:
typeof (stringObjectType)
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…