You can simply convert Enum to string using .ToString() which calls Enum metadata and gives the name of the Enum. using System; public class ...
確定! 回上一頁