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 one perform better?
Which is the preferred way to convert an Enum to a String in .NET 3.5?
Why should I prefer one of these over the others? Does one perform better?