/EnumAgent

Dotnet Enum Utilities

Primary LanguageC#

EnumAgent

Yet another small enum helper for .net developers

Features

[+] Get display attribute of the given enum
[+] Get description attribute of the given enum
[+] Get value of the given enum
[+] Parse given text to enum
[+] Check if given int/string is defined
[+] Get display attributes and values
[+] Get description attributes and value
[+] Convert it to SelectListItem
[+] More features will be add