Click or drag to resize
EnumExtensionsParse Method
Overload List
  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
Top
See Also