Generic method to get the enum value by string or int in C#
Following is the method in C# to get the enum value by string /// /// Method to get enumeration v...
Generic method to get the enum value by string or int in C#
Following is the method in C# to get the enum value by string /// /// Method to get enumeration v...
In this post I am going to write the points about the three type of the var iable Object , Var and Dynamic. Most of the developer not...