Bridge

Enum..::..Parse Method (Type, String)

Namespace:  System
Assembly:  Bridge (in Bridge.dll)

Syntax


public static Enum Parse(
	Type enumType,
	string value
)
Public Shared Function Parse ( _
	enumType As Type, _
	value As String _
) As Enum
public:
static Enum^ Parse(
	Type^ enumType, 
	String^ value
)

Parameters

enumType
Type: System..::..Type
value
Type: System..::..String