EnumExtensions Methods |
The EnumExtensions type exposes the following members.
Name | Description | |
---|---|---|
GetEnumFromDescriptionT | Process a string and return an Enum value that has that description.
Read our blog on this topic:
Effective Extensions, Part 2 – Extending Enums in C# | |
ToDescription | Return the description tied to an enum.
Read our blog on this topic:
Effective Extensions, Part 2 – Extending Enums in C# | |
ToEnumT | Process a string and return an Enum value.
Read our blog on this topic:
Effective Extensions, Part 2 – Extending Enums in C# |