![]() |
Liberi
An exergame built for kids with CP!
|
Utiliry class for Enums. More...
Static Public Member Functions | |
static T | ParseEnum< T > (string value, bool caseSensitive=false) |
Given a string, return the enum of type T with that name. Optionally Parse the Enum with case Sensitivity. More... | |
Utiliry class for Enums.
Definition at line 7 of file EnumUtils.cs.
|
inlinestatic |
Given a string, return the enum of type T with that name. Optionally Parse the Enum with case Sensitivity.
Definition at line 13 of file EnumUtils.cs.