EnumExtensionsParse Method |
Name | Description | |
---|---|---|
![]() ![]() |
ParseT(String) |
Takes in a string and parses it to the provided enum
Adapted from http://stackoverflow.com/questions/79126/create-generic-method-constraining-t-to-an-enum
|
![]() ![]() |
ParseT(String, T) |
Takes in a string and parses it to the provided enum
Adapted from http://stackoverflow.com/questions/79126/create-generic-method-constraining-t-to-an-enum
|