/ Published in: C#
URL: http://www.switchonthecode.com/tutorials/csharp-snippet-tutorial-how-to-get-an-enum-from-a-string
Expand |
Embed | Plain Text
public static T StringToEnum<T>(string name) { }
You need to login to post a comment.
