Library to allow conversion between an Enum Value and a string, in both directions.
v4.0.1 fixes a MemoryLeak bug, in a MaliciousUser edge-case.
See nuget for full version history
Documentation is included as part of the package.
Source and current issues at https://github.com/mrvshah/Utilities
Raise a bug at github or email viral.shah@hotmail.co.uk
See https://github.com/xan1000/BolgerUtils/tree/master/BolgerUtils.EnumDisplay
- Attribution -
The BolgerUtils icon is attributed to Bernadette O'Keefe:
https://svg-clipart.com/sign/RsnsoX2-man-carrying-a-big-bag-of-money-clipart
See https://github.com/xan1000/BolgerUtils-Framework/tree/master/BolgerUtils.Framework.EnumDisplay
- Attribution -
The BolgerUtils icon is attributed to Bernadette O'Keefe:
https://svg-clipart.com/sign/RsnsoX2-man-carrying-a-big-bag-of-money-clipart
This package adds friendly text output for System.Enum types. Use the GetDescription() method
to return friendly text, or the text of a System.ComponentModel.DescriptionAttribute if applied.
Parse() will parse the DescriptionAttribute, friendly text, or original text of the enums....
More information
This package provides extension and static methods to enable custom, strongly typed metadata objects to be associated with enum instances. Now supports .Net 4, .Net 4.5 and NetCore 4.5 (Windows Store)