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?

15 Answers
15

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *