EnumHelperParseEnumT Method |
枚举类型解析
Namespace: Slickflow.Engine.UtilityAssembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntaxpublic static T ParseEnum<T>(
string value
)
Parameters
- value
- Type: SystemString
值
Type Parameters
- T
- 类型
Return Value
Type:
T枚举
See Also