lamp

Browse by Tags

Sorry, but there are no more tags available to filter with.
Enum Parser
30 April 09 05:46 PM | Frederick.Chapleau | with no comments
When having only the value from an enum, it is possible to get the enum value. Try using Enum.IsDefined(typeof( enum ), string ) and Enum.Pars(typof( enum ), string ) -f.
Filed under: