Click or drag to resize
EnumHelperParseEnumT Method
枚举类型解析

Namespace: Slickflow.Engine.Utility
Assembly: Slickflow.Engine (in Slickflow.Engine.dll) Version: 1.5.8.0 (1.5.8.0)
Syntax
C#
public static T ParseEnum<T>(
	string value
)

Parameters

value
Type: SystemString

Type Parameters

T
类型

Return Value

Type: T
枚举
See Also