Bridge

Enum..::..ToString Method (Type, Enum)

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

Syntax


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

Parameters

enumType
Type: System..::..Type
value
Type: System..::..Enum