DoopelPonger
Static Public Member Functions | List of all members
EnumUtils Class Reference

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

Detailed Description

Collection of helper methods for Enums.

Member Function Documentation

◆ ParseEnum< T >()

static T EnumUtils.ParseEnum< T > ( string  value)
static

Convert a string to the specific enum value.

Parameters
valueString value to be changed into an enum.
Returns
The enum that matches the string.

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