Liberi
An exergame built for kids with CP!
EnumUtils Class Reference

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...
 

Detailed Description

Utiliry class for Enums.

Definition at line 7 of file EnumUtils.cs.

Member Function Documentation

static T EnumUtils.ParseEnum< T > ( string  value,
bool  caseSensitive = false 
)
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.


The documentation for this class was generated from the following file: