Language: C#
String to Enumerator
public static T EnumConverter<T>(string value) { return (T)Enum.Parse(typeof(T), value); }
Tags:
Report Abuse
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search

