Info
Version: | 1.1.0 |
Author(s): | gabbersepp |
Last Update: | Saturday, July 18, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/gabbersepp/enum-parser |
NuGet Url: | https://www.nuget.org/packages/Biehler.EnumParser |
Install
Install-Package Biehler.EnumParser
dotnet add package Biehler.EnumParser
paket add Biehler.EnumParser
Biehler.EnumParser Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
Given a set of strings you can parse them to a flagable enum. Given a string that is different to the enum value you can parse it too by using an attribute.