Click or drag to resize

UtilitiesToEnumT Method

Concerts a string to its enum value

Namespace:  Hummingbird.TestFramework
Assembly:  Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax
public static T ToEnum<T>(
	string str
)

Parameters

str
Type: SystemString
The string value.

Type Parameters

T
Enum Type

Return Value

Type: T
Converted enumeration value from the given string.
See Also