You can't - enum values have to be integral values. You can either use attributes to associate a string value with each enum value, or in this case if every ...
確定! 回上一頁