EnumUtils static class EnumUtils Documentation Code public static EnumInfo GetEnumValuesAndNames(Type enumType) public static IList<T> GetFlagsValues<T>(T value) where T : struct public static object ParseEnum(Type enumType, string value, bool disallowNumber) public static bool TryToString(Type enumType, object value, bool camelCaseText, out string name)