Bridge

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

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

Syntax


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

Parameters

enumType
Type: System..::..Type
value
Type: System..::..String
ignoreCase
Type: System..::..Boolean