Welcome to Greg McKinley.com Sign in | Join | Help

Wednesday, June 21, 2006 - Posts

Enum.Parse C# and VB.NET
Enum.Parse is easy to remember with C# but I always forget the VB.Net syntax because the Enum keyword is a keyword and a class. C#  40     public enum ClickType  41     {  42     Read More