IT Nursery
Which is the preferred way to convert an Enum to a String in .NET 3.5? Enum.GetName Enum.Format ToString Why should I prefer one of these over the others? Does...
  • June 3, 2022
  • 0 Comments
IT Nursery
In Java, it’s possible to have methods inside an enum. Is there such possibility in C# or is it just a string collection and that’s it? I tried to...
  • May 31, 2022
  • 0 Comments