Friday, July 31, 2009

In C# given a string naming an enum how do you get the type? Type.GetType doesn't seem to cut it!?

?

In C# given a string naming an enum how do you get the type? Type.GetType doesn't seem to cut it!?
Check out Enum.Parse() method:





http://msdn2.microsoft.com/en-us/library...


No comments:

Post a Comment