EnumHelperGetText Method
取得對應說明
Namespace: eBizprise.FrameworkAssembly: eBizprise.Framework.Enum.EnumHelper (in eBizprise.Framework.Enum.EnumHelper.dll) Version: 25.0.0.0+adf38c4ccb2bf98d8ad258a6278302b5e05a94ed
public static string GetText(
this Enum enumItem
)
- enumItem Enum
- 列舉項目
StringstringIn Visual Basic and C#, you can call this method as an instance method on any object of type
Enum. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
string department = GroupType.Department.GetText();
| Date | Version | Description |
|---|
| 2020/03/24 | 1.0.5.0 | 增加說明文字支援 |
| 2025/09/18 | 25.0.0.0 | 彙整2025年初版 |