Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Last active June 17, 2016 06:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save justinyoo/dc98ab509df2c834f57a36dfd35f677f to your computer and use it in GitHub Desktop.
Save justinyoo/dc98ab509df2c834f57a36dfd35f677f to your computer and use it in GitHub Desktop.
Configuration Value Converter for enum and List<T>
public enum ProductStatus
{
Inactive,
Active,
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment