enum.Parse again

Success at lastā€¦ :smiley:

i have finally found a way to create a NOT Real enums and parse themā€¦ meaning i can set the enum at design time just like Regular System.Enum and Build the Enum at run-time by passing the string representativeā€¦

even better now enums can have strings not just be type integerā€¦ ;D

and no need to keep track using ArrayList or any list for that matterā€¦

i will clean up the code and create a new post and get your feedback. so keep your eyes openā€¦ ::slight_smile:

Cheers,
Jay.