DoopelPonger
|
Collection of helper methods for Enums. More...
Static Public Member Functions | |
static T | ParseEnum< T > (string value) |
Convert a string to the specific enum value. More... | |
Collection of helper methods for Enums.
|
static |
Convert a string to the specific enum value.
value | String value to be changed into an enum. |