EnumExtensions Class |
Namespace: Entelect.Extensions
public static class EnumExtensions
The EnumExtensions type exposes the following members.
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
|
![]() ![]() | ToSpacedString |
Takes an enum, that has pascal casing, splits it and returns a string that is more user friendly
|