All Enum items to string (C#)

前端 未结 0 1308
挽巷
挽巷 2021-02-11 21:19

How to convert all elements from enum to string?

Assume I have:

public enum LogicOperands {
        None,
        Or,
        And,
        Custom
}


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题