gpt4 book ai didi

c# - 如何将枚举转换为整数

转载 作者:行者123 更新时间:2023-11-30 19:10:52 25 4
gpt4 key购买 nike

在 C# 中,我们可以通过静态类型转换将 enum 转换为 int,如下所示:

int res = (int)myEnum;

还有其他方法可以进行这种转换吗?

最佳答案

还有很多其他方法(包括 acrilige 提到的 Convert.ToInt32),但静态转换可能是最佳选择(就可读性和性能而言)

关于c# - 如何将枚举转换为整数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/14806910/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com