Click or drag to resize
EnumExtensions Methods

The EnumExtensions type exposes the following members.

Methods
  Name Description
Public method Static member 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
Public method Static member 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
Public method Static member ToSpacedString
Takes an enum, that has pascal casing, splits it and returns a string that is more user friendly
Top
See Also