StringEnum Parse Method (Type, String) CTCT Wrapper Documented Class Library
Parses the supplied enum and string value to find an associated enum value (case sensitive).

Namespace: CTCT.Util
Assembly: CTCT (in CTCT.dll) Version: 2.0.0.0 (2.0.0.0)
Syntax

public static Object Parse(
	Type type,
	string stringValue
)

Parameters

type
Type: System Type
Type.
stringValue
Type: System String
String value.

Return Value

Enum value associated with the string value, or null if not found.
See Also